Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeTapeRecoveryPointsResponse
-
Packages that use DescribeTapeRecoveryPointsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of DescribeTapeRecoveryPointsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeTapeRecoveryPointsResponse Modifier and Type Method Description default DescribeTapeRecoveryPointsResponseStorageGatewayClient. describeTapeRecoveryPoints(Consumer<DescribeTapeRecoveryPointsRequest.Builder> describeTapeRecoveryPointsRequest)Returns a list of virtual tape recovery points that are available for the specified tape gateway.default DescribeTapeRecoveryPointsResponseStorageGatewayClient. describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)Returns a list of virtual tape recovery points that are available for the specified tape gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeTapeRecoveryPointsResponse Modifier and Type Method 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. -
Uses of DescribeTapeRecoveryPointsResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type DescribeTapeRecoveryPointsResponse Modifier and Type Method Description Iterator<DescribeTapeRecoveryPointsResponse>DescribeTapeRecoveryPointsIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type DescribeTapeRecoveryPointsResponse Modifier and Type Method Description voidDescribeTapeRecoveryPointsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTapeRecoveryPointsResponse> subscriber)
-