Uses of Class
com.amazonaws.services.directory.model.DirectoryDescription
Packages that use DirectoryDescription
-
Uses of DirectoryDescription in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DirectoryDescriptionModifier and TypeMethodDescriptionDirectoryDescription.clone()
DirectoryDescription.withAccessUrl
(String accessUrl) The access URL for the directory, such ashttp://alias.awsapps.com
.The alias for the directory.DirectoryDescription.withConnectSettings
(DirectoryConnectSettingsDescription connectSettings) A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory.DirectoryDescription.withDescription
(String description) The textual description for the directory.DirectoryDescription.withDirectoryId
(String directoryId) The directory identifier.DirectoryDescription.withDnsIpAddrs
(String... dnsIpAddrs) The IP addresses of the DNS servers for the directory.DirectoryDescription.withDnsIpAddrs
(Collection<String> dnsIpAddrs) The IP addresses of the DNS servers for the directory.DirectoryDescription.withLaunchTime
(Date launchTime) Specifies when the directory was created.The fully-qualified name of the directory.DirectoryDescription.withRadiusSettings
(RadiusSettings radiusSettings) A RadiusSettings object that contains information about the RADIUS server configured for this directory.DirectoryDescription.withRadiusStatus
(RadiusStatus radiusStatus) The status of the RADIUS MFA server connection.DirectoryDescription.withRadiusStatus
(String radiusStatus) The status of the RADIUS MFA server connection.DirectoryDescription.withShortName
(String shortName) The short name of the directory.DirectoryDescription.withSize
(DirectorySize size) The directory size.The directory size.DirectoryDescription.withSsoEnabled
(Boolean ssoEnabled) Indicates if single-sign on is enabled for the directory.DirectoryDescription.withStage
(DirectoryStage stage) The current stage of the directory.The current stage of the directory.DirectoryDescription.withStageLastUpdatedDateTime
(Date stageLastUpdatedDateTime) The date and time that the stage was last updated.DirectoryDescription.withStageReason
(String stageReason) Additional information about the directory stage.DirectoryDescription.withType
(DirectoryType type) The directory size.The directory size.DirectoryDescription.withVpcSettings
(DirectoryVpcSettingsDescription vpcSettings) A DirectoryVpcSettingsDescription object that contains additional information about a directory.Methods in com.amazonaws.services.directory.model that return types with arguments of type DirectoryDescriptionModifier and TypeMethodDescriptionDescribeDirectoriesResult.getDirectoryDescriptions()
The list of DirectoryDescription objects that were retrieved.Methods in com.amazonaws.services.directory.model with parameters of type DirectoryDescriptionModifier and TypeMethodDescriptionDescribeDirectoriesResult.withDirectoryDescriptions
(DirectoryDescription... directoryDescriptions) The list of DirectoryDescription objects that were retrieved.Method parameters in com.amazonaws.services.directory.model with type arguments of type DirectoryDescriptionModifier and TypeMethodDescriptionvoid
DescribeDirectoriesResult.setDirectoryDescriptions
(Collection<DirectoryDescription> directoryDescriptions) The list of DirectoryDescription objects that were retrieved.DescribeDirectoriesResult.withDirectoryDescriptions
(Collection<DirectoryDescription> directoryDescriptions) The list of DirectoryDescription objects that were retrieved.