| Package | Description |
|---|---|
| com.amazonaws.services.mq |
Amazon MQ is a managed message broker service for Apache ActiveMQ 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<ListConfigurationsResult> |
AmazonMQAsync.listConfigurationsAsync(ListConfigurationsRequest listConfigurationsRequest,
AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler)
Returns a list of all configurations.
|
Future<ListConfigurationsResult> |
AmazonMQAsyncClient.listConfigurationsAsync(ListConfigurationsRequest request,
AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler) |
Future<ListConfigurationsResult> |
AbstractAmazonMQAsync.listConfigurationsAsync(ListConfigurationsRequest request,
AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsRequest |
ListConfigurationsRequest.clone() |
ListConfigurationsRequest |
ListConfigurationsRequest.withMaxResults(Integer maxResults)
The maximum number of configurations that Amazon MQ can return per page (20 by default).
|
ListConfigurationsRequest |
ListConfigurationsRequest.withNextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
Copyright © 2017. All rights reserved.