Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeSnapshotScheduleResponse
-
Packages that use DescribeSnapshotScheduleResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeSnapshotScheduleResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeSnapshotScheduleResponse Modifier and Type Method Description default DescribeSnapshotScheduleResponseStorageGatewayClient. describeSnapshotSchedule(Consumer<DescribeSnapshotScheduleRequest.Builder> describeSnapshotScheduleRequest)Describes the snapshot schedule for the specified gateway volume.default DescribeSnapshotScheduleResponseStorageGatewayClient. describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)Describes the snapshot schedule for the specified gateway volume.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<DescribeSnapshotScheduleResponse>StorageGatewayAsyncClient. describeSnapshotSchedule(Consumer<DescribeSnapshotScheduleRequest.Builder> describeSnapshotScheduleRequest)Describes the snapshot schedule for the specified gateway volume.default CompletableFuture<DescribeSnapshotScheduleResponse>StorageGatewayAsyncClient. describeSnapshotSchedule(DescribeSnapshotScheduleRequest describeSnapshotScheduleRequest)Describes the snapshot schedule for the specified gateway volume.
-