Uses of Interface
software.amazon.awssdk.services.backupgateway.model.UpdateGatewayInformationRequest.Builder
-
Packages that use UpdateGatewayInformationRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of UpdateGatewayInformationRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type UpdateGatewayInformationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGatewayInformationResponse>BackupGatewayAsyncClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's name.default UpdateGatewayInformationResponseBackupGatewayClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's name. -
Uses of UpdateGatewayInformationRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return UpdateGatewayInformationRequest.Builder Modifier and Type Method Description static UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest. builder()UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway to update.UpdateGatewayInformationRequest.BuilderUpdateGatewayInformationRequest.Builder. gatewayDisplayName(String gatewayDisplayName)The updated display name 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.backupgateway.model that return types with arguments of type UpdateGatewayInformationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGatewayInformationRequest.Builder>UpdateGatewayInformationRequest. serializableBuilderClass()
-