| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStorageResponse |
RedshiftClient.describeStorage()
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
default DescribeStorageResponse |
RedshiftClient.describeStorage(Consumer<DescribeStorageRequest.Builder> describeStorageRequest)
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
default DescribeStorageResponse |
RedshiftClient.describeStorage(DescribeStorageRequest describeStorageRequest)
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStorageResponse> |
RedshiftAsyncClient.describeStorage()
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
default CompletableFuture<DescribeStorageResponse> |
RedshiftAsyncClient.describeStorage(Consumer<DescribeStorageRequest.Builder> describeStorageRequest)
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
default CompletableFuture<DescribeStorageResponse> |
RedshiftAsyncClient.describeStorage(DescribeStorageRequest describeStorageRequest)
Returns the total amount of snapshot usage and provisioned storage in megabytes.
|
Copyright © 2019. All rights reserved.