Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListVolumeRecoveryPointsRequest
-
Packages that use ListVolumeRecoveryPointsRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of ListVolumeRecoveryPointsRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type ListVolumeRecoveryPointsRequest Modifier and Type Method Description default CompletableFuture<ListVolumeRecoveryPointsResponse>StorageGatewayAsyncClient. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway.default ListVolumeRecoveryPointsResponseStorageGatewayClient. listVolumeRecoveryPoints(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)Lists the recovery points for a specified gateway. -
Uses of ListVolumeRecoveryPointsRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type ListVolumeRecoveryPointsRequest Modifier and Type Method Description SdkHttpFullRequestListVolumeRecoveryPointsRequestMarshaller. marshall(ListVolumeRecoveryPointsRequest listVolumeRecoveryPointsRequest)
-