Uses of Class
software.amazon.awssdk.services.mq.model.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description software.amazon.awssdk.services.mq Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. -
-
Uses of UpdateUserResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return UpdateUserResponse Modifier and Type Method Description default UpdateUserResponseMqClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates the information for an ActiveMQ user.default UpdateUserResponseMqClient. updateUser(UpdateUserRequest updateUserRequest)Updates the information for an ActiveMQ user.Methods in software.amazon.awssdk.services.mq that return types with arguments of type UpdateUserResponse Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>MqAsyncClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates the information for an ActiveMQ user.default CompletableFuture<UpdateUserResponse>MqAsyncClient. updateUser(UpdateUserRequest updateUserRequest)Updates the information for an ActiveMQ user.
-