| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Directory |
Directory.clone() |
Directory |
GetDirectoryResult.getDirectory()
Metadata about the directory.
|
Directory |
Directory.withCreationDateTime(Date creationDateTime)
The date and time when the directory was created.
|
Directory |
Directory.withDirectoryArn(String directoryArn)
ARN associated with the directory.
|
Directory |
Directory.withName(String name)
The name of the directory.
|
Directory |
Directory.withState(DirectoryState state)
The state of the directory.
|
Directory |
Directory.withState(String state)
The state of the directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<Directory> |
ListDirectoriesResult.getDirectories()
Lists all directories associated with your account in pagination fashion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDirectoryResult.setDirectory(Directory directory)
Metadata about the directory.
|
ListDirectoriesResult |
ListDirectoriesResult.withDirectories(Directory... directories)
Lists all directories associated with your account in pagination fashion.
|
GetDirectoryResult |
GetDirectoryResult.withDirectory(Directory directory)
Metadata about the directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDirectoriesResult.setDirectories(Collection<Directory> directories)
Lists all directories associated with your account in pagination fashion.
|
ListDirectoriesResult |
ListDirectoriesResult.withDirectories(Collection<Directory> directories)
Lists all directories associated with your account in pagination fashion.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
DirectoryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryMarshaller.marshall(Directory directory,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.