Uses of Class
com.amazonaws.services.directory.model.DirectoryVpcSettings
-
Packages that use DirectoryVpcSettings Package Description com.amazonaws.services.directory.model -
-
Uses of DirectoryVpcSettings in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectoryVpcSettings Modifier and Type Method Description DirectoryVpcSettingsDirectoryVpcSettings. clone()DirectoryVpcSettingsCreateDirectoryRequest. getVpcSettings()A DirectoryVpcSettings object that contains additional information for the operation.DirectoryVpcSettingsCreateMicrosoftADRequest. getVpcSettings()DirectoryVpcSettingsDirectoryVpcSettings. withSubnetIds(String... subnetIds)The identifiers of the subnets for the directory servers.DirectoryVpcSettingsDirectoryVpcSettings. withSubnetIds(Collection<String> subnetIds)The identifiers of the subnets for the directory servers.DirectoryVpcSettingsDirectoryVpcSettings. withVpcId(String vpcId)The identifier of the VPC in which to create the directory.Methods in com.amazonaws.services.directory.model with parameters of type DirectoryVpcSettings Modifier and Type Method Description voidCreateDirectoryRequest. setVpcSettings(DirectoryVpcSettings vpcSettings)A DirectoryVpcSettings object that contains additional information for the operation.voidCreateMicrosoftADRequest. setVpcSettings(DirectoryVpcSettings vpcSettings)CreateDirectoryRequestCreateDirectoryRequest. withVpcSettings(DirectoryVpcSettings vpcSettings)A DirectoryVpcSettings object that contains additional information for the operation.CreateMicrosoftADRequestCreateMicrosoftADRequest. withVpcSettings(DirectoryVpcSettings vpcSettings)
-