| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
default ShareDirectoryResponse |
DirectoryClient.shareDirectory(Consumer<ShareDirectoryRequest.Builder> shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your AWS account (directory owner) with another AWS
account (directory consumer). |
default CompletableFuture<ShareDirectoryResponse> |
DirectoryAsyncClient.shareDirectory(Consumer<ShareDirectoryRequest.Builder> shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your AWS account (directory owner) with another AWS
account (directory consumer). |
| Modifier and Type | Method and Description |
|---|---|
static ShareDirectoryRequest.Builder |
ShareDirectoryRequest.builder() |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.directoryId(String directoryId)
Identifier of the AWS Managed Microsoft AD directory that you want to share with other AWS accounts.
|
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareMethod(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 directory sharing request (
HANDSHAKE). |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareMethod(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 directory sharing request (
HANDSHAKE). |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareNotes(String shareNotes)
A directory share request that is sent by the directory owner to the directory consumer.
|
default ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareTarget(Consumer<ShareTarget.Builder> shareTarget)
Identifier for the directory consumer account with whom the directory is to be shared.
|
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareTarget(ShareTarget shareTarget)
Identifier for the directory consumer account with whom the directory is to be shared.
|
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShareDirectoryRequest.Builder> |
ShareDirectoryRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.