| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
ShareDirectoryResult |
AWSDirectoryServiceClient.shareDirectory(ShareDirectoryRequest request)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
ShareDirectoryResult |
AbstractAWSDirectoryService.shareDirectory(ShareDirectoryRequest request) |
ShareDirectoryResult |
AWSDirectoryService.shareDirectory(ShareDirectoryRequest shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsyncClient.shareDirectoryAsync(ShareDirectoryRequest request) |
Future<ShareDirectoryResult> |
AbstractAWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest request) |
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsyncClient.shareDirectoryAsync(ShareDirectoryRequest request,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler) |
Future<ShareDirectoryResult> |
AbstractAWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest request,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler) |
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
| Modifier and Type | Method and Description |
|---|---|
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsyncClient.shareDirectoryAsync(ShareDirectoryRequest request,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler) |
Future<ShareDirectoryResult> |
AbstractAWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest request,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler) |
Future<ShareDirectoryResult> |
AWSDirectoryServiceAsync.shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
| Modifier and Type | Method and Description |
|---|---|
ShareDirectoryRequest |
ShareDirectoryRequest.clone() |
ShareDirectoryRequest |
ShareDirectoryRequest.withDirectoryId(String directoryId)
Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.
|
ShareDirectoryRequest |
ShareDirectoryRequest.withShareMethod(ShareMethod shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your Amazon
Web Services organization (
ORGANIZATIONS) or with any Amazon Web Services account by sending a
directory sharing request (HANDSHAKE). |
ShareDirectoryRequest |
ShareDirectoryRequest.withShareMethod(String shareMethod)
The method used when sharing a directory to determine whether the directory should be shared within your Amazon
Web Services organization (
ORGANIZATIONS) or with any Amazon Web Services account by sending a
directory sharing request (HANDSHAKE). |
ShareDirectoryRequest |
ShareDirectoryRequest.withShareNotes(String shareNotes)
A directory share request that is sent by the directory owner to the directory consumer.
|
ShareDirectoryRequest |
ShareDirectoryRequest.withShareTarget(ShareTarget shareTarget)
Identifier for the directory consumer account with whom the directory is to be shared.
|
Copyright © 2022. All rights reserved.