Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
static DirectorySize |
DirectorySize.fromValue(String value)
Use this in place of valueOf.
|
static DirectorySize |
DirectorySize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectorySize[] |
DirectorySize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectDirectoryRequest.setSize(DirectorySize size)
The size of the directory.
|
void |
DirectoryDescription.setSize(DirectorySize size)
The directory size.
|
void |
CreateDirectoryRequest.setSize(DirectorySize size)
The size of the directory.
|
ConnectDirectoryRequest |
ConnectDirectoryRequest.withSize(DirectorySize size)
The size of the directory.
|
DirectoryDescription |
DirectoryDescription.withSize(DirectorySize size)
The directory size.
|
CreateDirectoryRequest |
CreateDirectoryRequest.withSize(DirectorySize size)
The size of the directory.
|
Copyright © 2018. All rights reserved.