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