Uses of Class
com.amazonaws.services.directory.model.DirectoryVpcSettings
Packages that use DirectoryVpcSettings
-
Uses of DirectoryVpcSettings in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectoryVpcSettingsModifier and TypeMethodDescriptionDirectoryVpcSettings.clone()CreateDirectoryRequest.getVpcSettings()A DirectoryVpcSettings object that contains additional information for the operation.CreateMicrosoftADRequest.getVpcSettings()DirectoryVpcSettings.withSubnetIds(String... subnetIds) The identifiers of the subnets for the directory servers.DirectoryVpcSettings.withSubnetIds(Collection<String> subnetIds) The identifiers of the subnets for the directory servers.The identifier of the VPC in which to create the directory.Methods in com.amazonaws.services.directory.model with parameters of type DirectoryVpcSettingsModifier and TypeMethodDescriptionvoidCreateDirectoryRequest.setVpcSettings(DirectoryVpcSettings vpcSettings) A DirectoryVpcSettings object that contains additional information for the operation.voidCreateMicrosoftADRequest.setVpcSettings(DirectoryVpcSettings vpcSettings) CreateDirectoryRequest.withVpcSettings(DirectoryVpcSettings vpcSettings) A DirectoryVpcSettings object that contains additional information for the operation.CreateMicrosoftADRequest.withVpcSettings(DirectoryVpcSettings vpcSettings)