| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareMethod |
ShareMethod.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
DirectoryDescription.setShareMethod(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 |
SharedDirectory.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
shared directory request (HANDSHAKE). |
DirectoryDescription |
DirectoryDescription.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
shared directory request (HANDSHAKE). |
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). |
Copyright © 2024. All rights reserved.