| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway |
|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGatewayInformationResponse |
BackupGatewayClient.updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)
Updates a gateway's name.
|
default CompletableFuture<UpdateGatewayInformationResponse> |
BackupGatewayAsyncClient.updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)
Updates a gateway's name.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.builder() |
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to update.
|
UpdateGatewayInformationRequest.Builder |
UpdateGatewayInformationRequest.Builder.gatewayDisplayName(String gatewayDisplayName)
The updated display name 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 © 2023. All rights reserved.