| 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<ListUsersResult> |
AmazonMQAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AbstractAmazonMQAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AmazonMQAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Returns a list of all ActiveMQ users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest |
ListUsersRequest.clone() |
ListUsersRequest |
ListUsersRequest.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
ListUsersRequest |
ListUsersRequest.withMaxResults(Integer maxResults)
The maximum number of brokers that Amazon MQ can return per page (20 by default).
|
ListUsersRequest |
ListUsersRequest.withNextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
Copyright © 2022. All rights reserved.