| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTapeRecoveryPointsResponse |
StorageGatewayClient.describeTapeRecoveryPoints(Consumer<DescribeTapeRecoveryPointsRequest.Builder> describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
default DescribeTapeRecoveryPointsResponse |
StorageGatewayClient.describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTapeRecoveryPointsResponse> |
StorageGatewayAsyncClient.describeTapeRecoveryPoints(Consumer<DescribeTapeRecoveryPointsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeTapeRecoveryPointsResponse> |
DescribeTapeRecoveryPointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTapeRecoveryPointsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTapeRecoveryPointsResponse> subscriber) |
Copyright © 2019. All rights reserved.