| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerSummary |
BrokerSummary.clone() |
BrokerSummary |
BrokerSummary.withBrokerArn(String brokerArn)
The Amazon Resource Name (ARN) of the broker.
|
BrokerSummary |
BrokerSummary.withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
BrokerSummary |
BrokerSummary.withBrokerName(String brokerName)
The name of the broker.
|
BrokerSummary |
BrokerSummary.withBrokerState(BrokerState brokerState)
The status of the broker.
|
BrokerSummary |
BrokerSummary.withBrokerState(String brokerState)
The status of the broker.
|
BrokerSummary |
BrokerSummary.withCreated(Date created)
The time when the broker was created.
|
BrokerSummary |
BrokerSummary.withDeploymentMode(DeploymentMode deploymentMode)
Required.
|
BrokerSummary |
BrokerSummary.withDeploymentMode(String deploymentMode)
Required.
|
BrokerSummary |
BrokerSummary.withEngineType(EngineType engineType)
Required.
|
BrokerSummary |
BrokerSummary.withEngineType(String engineType)
Required.
|
BrokerSummary |
BrokerSummary.withHostInstanceType(String hostInstanceType)
The broker's instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerSummary> |
ListBrokersResult.getBrokerSummaries()
A list of information about all brokers.
|
| Modifier and Type | Method and Description |
|---|---|
ListBrokersResult |
ListBrokersResult.withBrokerSummaries(BrokerSummary... brokerSummaries)
A list of information about all brokers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBrokersResult.setBrokerSummaries(Collection<BrokerSummary> brokerSummaries)
A list of information about all brokers.
|
ListBrokersResult |
ListBrokersResult.withBrokerSummaries(Collection<BrokerSummary> brokerSummaries)
A list of information about all brokers.
|
Copyright © 2020. All rights reserved.