| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
StorageRuleType |
StorageRuleType.clone() |
StorageRuleType |
UserStorageMetadata.getStorageRule()
The storage for a user.
|
StorageRuleType |
UpdateUserRequest.getStorageRule()
The amount of storage for the user.
|
StorageRuleType |
CreateUserRequest.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 |
UpdateUserRequest.setStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
void |
CreateUserRequest.setStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
UserStorageMetadata |
UserStorageMetadata.withStorageRule(StorageRuleType storageRule)
The storage for a user.
|
UpdateUserRequest |
UpdateUserRequest.withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
CreateUserRequest |
CreateUserRequest.withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
Copyright © 2022. All rights reserved.