| 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.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayName(String gatewayName)
Sets the value of the GatewayName property for this object.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayTimezone(String gatewayTimezone)
Sets the value of the GatewayTimezone property for this object.
|
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 © 2019. All rights reserved.