Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private DirectoryVpcSettings |
CreateMicrosoftADRequest.vpcSettings |
private DirectoryVpcSettings |
CreateDirectoryRequest.vpcSettings
A DirectoryVpcSettings object that contains additional information
for the operation.
|
Modifier and Type | Method and Description |
---|---|
DirectoryVpcSettings |
DirectoryVpcSettings.clone() |
DirectoryVpcSettings |
CreateMicrosoftADRequest.getVpcSettings() |
DirectoryVpcSettings |
CreateDirectoryRequest.getVpcSettings()
A DirectoryVpcSettings object that contains additional information
for the operation.
|
DirectoryVpcSettings |
DirectoryVpcSettings.withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettings |
DirectoryVpcSettings.withSubnetIds(java.lang.String... subnetIds)
The identifiers of the subnets for the directory servers.
|
DirectoryVpcSettings |
DirectoryVpcSettings.withVpcId(java.lang.String vpcId)
The identifier of the VPC in which to create the directory.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateMicrosoftADRequest.setVpcSettings(DirectoryVpcSettings vpcSettings) |
void |
CreateDirectoryRequest.setVpcSettings(DirectoryVpcSettings vpcSettings)
A DirectoryVpcSettings object that contains additional information
for the operation.
|
CreateMicrosoftADRequest |
CreateMicrosoftADRequest.withVpcSettings(DirectoryVpcSettings vpcSettings) |
CreateDirectoryRequest |
CreateDirectoryRequest.withVpcSettings(DirectoryVpcSettings vpcSettings)
A DirectoryVpcSettings object that contains additional information
for the operation.
|
Modifier and Type | Method and Description |
---|---|
DirectoryVpcSettings |
DirectoryVpcSettingsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryVpcSettingsJsonMarshaller.marshall(DirectoryVpcSettings directoryVpcSettings,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|