| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model | |
| com.amazonaws.services.workdocs.model.transform |
| Modifier and Type | Method and Description |
|---|---|
StorageRuleType |
StorageRuleType.clone() |
StorageRuleType |
UserStorageMetadata.getStorageRule()
The storage for a user.
|
StorageRuleType |
CreateUserRequest.getStorageRule()
The amount of storage for the user.
|
StorageRuleType |
UpdateUserRequest.getStorageRule()
The amount of storage for the user.
|
StorageRuleType |
StorageRuleType.withStorageAllocatedInBytes(Long storageAllocatedInBytes)
The amount of storage allocated, in bytes.
|
StorageRuleType |
StorageRuleType.withStorageType(StorageType storageType)
The type of storage.
|
StorageRuleType |
StorageRuleType.withStorageType(String storageType)
The type of storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserStorageMetadata.setStorageRule(StorageRuleType storageRule)
The storage for a user.
|
void |
CreateUserRequest.setStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
void |
UpdateUserRequest.setStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
UserStorageMetadata |
UserStorageMetadata.withStorageRule(StorageRuleType storageRule)
The storage for a user.
|
CreateUserRequest |
CreateUserRequest.withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
UpdateUserRequest |
UpdateUserRequest.withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
| Modifier and Type | Method and Description |
|---|---|
StorageRuleType |
StorageRuleTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageRuleTypeMarshaller.marshall(StorageRuleType storageRuleType,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.