Uses of Class
software.amazon.awssdk.services.backupgateway.model.PutBandwidthRateLimitScheduleResponse
-
Packages that use PutBandwidthRateLimitScheduleResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of PutBandwidthRateLimitScheduleResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return PutBandwidthRateLimitScheduleResponse Modifier and Type Method Description default PutBandwidthRateLimitScheduleResponseBackupGatewayClient. putBandwidthRateLimitSchedule(Consumer<PutBandwidthRateLimitScheduleRequest.Builder> putBandwidthRateLimitScheduleRequest)This action sets the bandwidth rate limit schedule for a specified gateway.default PutBandwidthRateLimitScheduleResponseBackupGatewayClient. putBandwidthRateLimitSchedule(PutBandwidthRateLimitScheduleRequest putBandwidthRateLimitScheduleRequest)This action sets the bandwidth rate limit schedule for a specified gateway.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type PutBandwidthRateLimitScheduleResponse Modifier and Type Method Description default CompletableFuture<PutBandwidthRateLimitScheduleResponse>BackupGatewayAsyncClient. putBandwidthRateLimitSchedule(Consumer<PutBandwidthRateLimitScheduleRequest.Builder> putBandwidthRateLimitScheduleRequest)This action sets the bandwidth rate limit schedule for a specified gateway.default CompletableFuture<PutBandwidthRateLimitScheduleResponse>BackupGatewayAsyncClient. putBandwidthRateLimitSchedule(PutBandwidthRateLimitScheduleRequest putBandwidthRateLimitScheduleRequest)This action sets the bandwidth rate limit schedule for a specified gateway.
-