Uses of Class
software.amazon.awssdk.services.backupgateway.model.UpdateGatewayInformationResponse
-
Packages that use UpdateGatewayInformationResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of UpdateGatewayInformationResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return UpdateGatewayInformationResponse Modifier and Type Method Description default UpdateGatewayInformationResponseBackupGatewayClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's name.default UpdateGatewayInformationResponseBackupGatewayClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's name.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type UpdateGatewayInformationResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewayInformationResponse>BackupGatewayAsyncClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's name.default CompletableFuture<UpdateGatewayInformationResponse>BackupGatewayAsyncClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's name.
-