Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeMaintenanceStartTimeResponse
-
Packages that use DescribeMaintenanceStartTimeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeMaintenanceStartTimeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeMaintenanceStartTimeResponse Modifier and Type Method Description default DescribeMaintenanceStartTimeResponseStorageGatewayClient. describeMaintenanceStartTime(Consumer<DescribeMaintenanceStartTimeRequest.Builder> describeMaintenanceStartTimeRequest)Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.default DescribeMaintenanceStartTimeResponseStorageGatewayClient. describeMaintenanceStartTime(DescribeMaintenanceStartTimeRequest describeMaintenanceStartTimeRequest)Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeMaintenanceStartTimeResponse Modifier and Type Method Description default CompletableFuture<DescribeMaintenanceStartTimeResponse>StorageGatewayAsyncClient. describeMaintenanceStartTime(Consumer<DescribeMaintenanceStartTimeRequest.Builder> describeMaintenanceStartTimeRequest)Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.default CompletableFuture<DescribeMaintenanceStartTimeResponse>StorageGatewayAsyncClient. describeMaintenanceStartTime(DescribeMaintenanceStartTimeRequest describeMaintenanceStartTimeRequest)Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.
-