| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
SharedDirectory |
SharedDirectory.clone() |
SharedDirectory |
AcceptSharedDirectoryResult.getSharedDirectory()
The shared directory in the directory consumer account.
|
SharedDirectory |
SharedDirectory.withCreatedDateTime(Date createdDateTime)
The date and time that the shared directory was created.
|
SharedDirectory |
SharedDirectory.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the shared directory was last updated.
|
SharedDirectory |
SharedDirectory.withOwnerAccountId(String ownerAccountId)
Identifier of the directory owner account, which contains the directory that has been shared to the consumer
account.
|
SharedDirectory |
SharedDirectory.withOwnerDirectoryId(String ownerDirectoryId)
Identifier of the directory in the directory owner account.
|
SharedDirectory |
SharedDirectory.withSharedAccountId(String sharedAccountId)
Identifier of the directory consumer account that has access to the shared directory (
OwnerDirectoryId) in the directory owner account. |
SharedDirectory |
SharedDirectory.withSharedDirectoryId(String sharedDirectoryId)
Identifier of the shared directory in the directory consumer account.
|
SharedDirectory |
SharedDirectory.withShareMethod(ShareMethod shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your AWS
organization (
ORGANIZATIONS) or with any AWS account by sending a shared directory request (
HANDSHAKE). |
SharedDirectory |
SharedDirectory.withShareMethod(String shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your AWS
organization (
ORGANIZATIONS) or with any AWS account by sending a shared directory request (
HANDSHAKE). |
SharedDirectory |
SharedDirectory.withShareNotes(String shareNotes)
A directory share request that is sent by the directory owner to the directory consumer.
|
SharedDirectory |
SharedDirectory.withShareStatus(ShareStatus shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
SharedDirectory |
SharedDirectory.withShareStatus(String shareStatus)
Current directory status of the shared AWS Managed Microsoft AD directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<SharedDirectory> |
DescribeSharedDirectoriesResult.getSharedDirectories()
A list of all shared directories in your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptSharedDirectoryResult.setSharedDirectory(SharedDirectory sharedDirectory)
The shared directory in the directory consumer account.
|
DescribeSharedDirectoriesResult |
DescribeSharedDirectoriesResult.withSharedDirectories(SharedDirectory... sharedDirectories)
A list of all shared directories in your account.
|
AcceptSharedDirectoryResult |
AcceptSharedDirectoryResult.withSharedDirectory(SharedDirectory sharedDirectory)
The shared directory in the directory consumer account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSharedDirectoriesResult.setSharedDirectories(Collection<SharedDirectory> sharedDirectories)
A list of all shared directories in your account.
|
DescribeSharedDirectoriesResult |
DescribeSharedDirectoriesResult.withSharedDirectories(Collection<SharedDirectory> sharedDirectories)
A list of all shared directories in your account.
|
Copyright © 2019. All rights reserved.