| 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<CreateUserResult> |
AmazonMQAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
Future<CreateUserResult> |
AmazonMQAsync.createUserAsync(CreateUserRequest createUserRequest,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Creates an ActiveMQ user.
|
Future<CreateUserResult> |
AbstractAmazonMQAsync.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest |
CreateUserRequest.clone() |
CreateUserRequest |
CreateUserRequest.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
CreateUserRequest |
CreateUserRequest.withConsoleAccess(Boolean consoleAccess)
Enables access to the ActiveMQ Web Console for the ActiveMQ user.
|
CreateUserRequest |
CreateUserRequest.withGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
CreateUserRequest |
CreateUserRequest.withGroups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
CreateUserRequest |
CreateUserRequest.withPassword(String password)
Required.
|
CreateUserRequest |
CreateUserRequest.withReplicationUser(Boolean replicationUser)
Defines if this user is intended for CRDR replication purposes.
|
CreateUserRequest |
CreateUserRequest.withUsername(String username)
The username of the ActiveMQ user.
|
Copyright © 2025. All rights reserved.