| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.builder() |
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.Builder.diskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.Builder.diskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.toBuilder() |
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.Builder.workingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes)
The total working storage in bytes allocated for the gateway.
|
DescribeWorkingStorageResponse.Builder |
DescribeWorkingStorageResponse.Builder.workingStorageUsedInBytes(Long workingStorageUsedInBytes)
The total working storage in bytes in use by the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeWorkingStorageResponse.Builder> |
DescribeWorkingStorageResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.