Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteSnapshotScheduleResponse
-
Packages that use DeleteSnapshotScheduleResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DeleteSnapshotScheduleResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DeleteSnapshotScheduleResponse Modifier and Type Method Description default DeleteSnapshotScheduleResponseStorageGatewayClient. deleteSnapshotSchedule(Consumer<DeleteSnapshotScheduleRequest.Builder> deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.default DeleteSnapshotScheduleResponseStorageGatewayClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DeleteSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotScheduleResponse>StorageGatewayAsyncClient. deleteSnapshotSchedule(Consumer<DeleteSnapshotScheduleRequest.Builder> deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.default CompletableFuture<DeleteSnapshotScheduleResponse>StorageGatewayAsyncClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.
-