Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateGatewayInformationRequest.Builder
-
Packages that use UpdateGatewayInformationRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateGatewayInformationRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateGatewayInformationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGatewayInformationResponse>StorageGatewayAsyncClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size.default UpdateGatewayInformationResponseStorageGatewayClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size. -
Uses of UpdateGatewayInformationRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateGatewayInformationRequest.Builder Modifier and Type Method Description static UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest. builder()UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. cloudWatchLogGroupARN(String cloudWatchLogGroupARN)The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayCapacity(String gatewayCapacity)Specifies the size of the gateway's metadata cache.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayCapacity(GatewayCapacity gatewayCapacity)Specifies the size of the gateway's metadata cache.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayName(String gatewayName)Sets the value of the GatewayName property for this object.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayTimezone(String gatewayTimezone)A value that indicates the time zone of the gateway.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateGatewayInformationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGatewayInformationRequest.Builder>UpdateGatewayInformationRequest. serializableBuilderClass()
-