| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGatewayInformationResponse |
StorageGatewayClient.updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)
Updates a gateway's metadata, which includes the gateway's name and time zone.
|
default CompletableFuture<UpdateGatewayInformationResponse> |
StorageGatewayAsyncClient.updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)
Updates a gateway's metadata, which includes the gateway's name and time zone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.builder() |
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.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.Builder |
UpdateGatewayInformationRequest.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayName(String gatewayName)
Sets the value of the GatewayName property for this object.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone of the gateway.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGatewayInformationRequest.Builder> |
UpdateGatewayInformationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.