| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareMethod |
ShareMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareMethod |
DirectoryDescription.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
shared directory request (HANDSHAKE). |
ShareMethod |
SharedDirectory.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
shared directory request (HANDSHAKE). |
ShareMethod |
ShareDirectoryRequest.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). |
static ShareMethod |
ShareMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareMethod[] |
ShareMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ShareMethod> |
ShareMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryDescription.Builder |
DirectoryDescription.Builder.shareMethod(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 shared directory request (HANDSHAKE). |
SharedDirectory.Builder |
SharedDirectory.Builder.shareMethod(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 shared directory request (HANDSHAKE). |
ShareDirectoryRequest.Builder |
ShareDirectoryRequest.Builder.shareMethod(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). |
Copyright © 2022. All rights reserved.