| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators | |
| software.amazon.awssdk.services.storagegateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTapeRecoveryPointsResponse |
StorageGatewayClient.describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
default CompletableFuture<DescribeTapeRecoveryPointsResponse> |
StorageGatewayAsyncClient.describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
default DescribeTapeRecoveryPointsIterable |
StorageGatewayClient.describeTapeRecoveryPointsPaginator(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
default DescribeTapeRecoveryPointsPublisher |
StorageGatewayAsyncClient.describeTapeRecoveryPointsPaginator(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
| Constructor and Description |
|---|
DescribeTapeRecoveryPointsIterable(StorageGatewayClient client,
DescribeTapeRecoveryPointsRequest firstRequest) |
DescribeTapeRecoveryPointsPublisher(StorageGatewayAsyncClient client,
DescribeTapeRecoveryPointsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeTapeRecoveryPointsRequestMarshaller.marshall(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest) |
Copyright © 2021. All rights reserved.