Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateBandwidthRateLimitScheduleRequest.Builder
-
Packages that use UpdateBandwidthRateLimitScheduleRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateBandwidthRateLimitScheduleRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateBandwidthRateLimitScheduleRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBandwidthRateLimitScheduleResponse>StorageGatewayAsyncClient. updateBandwidthRateLimitSchedule(Consumer<UpdateBandwidthRateLimitScheduleRequest.Builder> updateBandwidthRateLimitScheduleRequest)Updates the bandwidth rate limit schedule for a specified gateway.default UpdateBandwidthRateLimitScheduleResponseStorageGatewayClient. updateBandwidthRateLimitSchedule(Consumer<UpdateBandwidthRateLimitScheduleRequest.Builder> updateBandwidthRateLimitScheduleRequest)Updates the bandwidth rate limit schedule for a specified gateway. -
Uses of UpdateBandwidthRateLimitScheduleRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateBandwidthRateLimitScheduleRequest.Builder Modifier and Type Method Description UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. bandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)An array containing bandwidth rate limit schedule intervals for a gateway.UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. bandwidthRateLimitIntervals(Consumer<BandwidthRateLimitInterval.Builder>... bandwidthRateLimitIntervals)An array containing bandwidth rate limit schedule intervals for a gateway.UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. bandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)An array containing bandwidth rate limit schedule intervals for a gateway.static UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest. builder()UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBandwidthRateLimitScheduleRequest.BuilderUpdateBandwidthRateLimitScheduleRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateBandwidthRateLimitScheduleRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBandwidthRateLimitScheduleRequest.Builder>UpdateBandwidthRateLimitScheduleRequest. serializableBuilderClass()
-