| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AbstractAmazonMQAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonMQAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonMQAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Updates the information for an ActiveMQ user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
UpdateUserRequest |
UpdateUserRequest.withConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
UpdateUserRequest |
UpdateUserRequest.withGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UpdateUserRequest |
UpdateUserRequest.withGroups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UpdateUserRequest |
UpdateUserRequest.withPassword(String password)
The password of the user.
|
UpdateUserRequest |
UpdateUserRequest.withReplicationUser(Boolean replicationUser)
Defines whether the user is intended for data replication.
|
UpdateUserRequest |
UpdateUserRequest.withUsername(String username)
The username of the ActiveMQ user.
|
Copyright © 2024. All rights reserved.