Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateBandwidthRateLimitResponse
-
Packages that use UpdateBandwidthRateLimitResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateBandwidthRateLimitResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateBandwidthRateLimitResponse Modifier and Type Method Description default UpdateBandwidthRateLimitResponseStorageGatewayClient. updateBandwidthRateLimit(Consumer<UpdateBandwidthRateLimitRequest.Builder> updateBandwidthRateLimitRequest)Updates the bandwidth rate limits of a gateway.default UpdateBandwidthRateLimitResponseStorageGatewayClient. updateBandwidthRateLimit(UpdateBandwidthRateLimitRequest updateBandwidthRateLimitRequest)Updates the bandwidth rate limits of a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateBandwidthRateLimitResponse Modifier and Type Method Description default CompletableFuture<UpdateBandwidthRateLimitResponse>StorageGatewayAsyncClient. updateBandwidthRateLimit(Consumer<UpdateBandwidthRateLimitRequest.Builder> updateBandwidthRateLimitRequest)Updates the bandwidth rate limits of a gateway.default CompletableFuture<UpdateBandwidthRateLimitResponse>StorageGatewayAsyncClient. updateBandwidthRateLimit(UpdateBandwidthRateLimitRequest updateBandwidthRateLimitRequest)Updates the bandwidth rate limits of a gateway.
-