| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationId |
ConfigurationId.clone() |
ConfigurationId |
UpdateBrokerResult.getConfiguration()
The ID of the updated configuration.
|
ConfigurationId |
CreateBrokerRequest.getConfiguration()
A list of information about the configuration.
|
ConfigurationId |
UpdateBrokerRequest.getConfiguration()
A list of information about the configuration.
|
ConfigurationId |
Configurations.getCurrent()
The broker's current configuration.
|
ConfigurationId |
Configurations.getPending()
The broker's pending configuration.
|
ConfigurationId |
ConfigurationId.withId(String id)
Required.
|
ConfigurationId |
ConfigurationId.withRevision(Integer revision)
The revision number of the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationId> |
Configurations.getHistory()
The history of configurations applied to the broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBrokerResult.setConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
void |
CreateBrokerRequest.setConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
void |
UpdateBrokerRequest.setConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
void |
Configurations.setCurrent(ConfigurationId current)
The broker's current configuration.
|
void |
Configurations.setPending(ConfigurationId pending)
The broker's pending configuration.
|
UpdateBrokerResult |
UpdateBrokerResult.withConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
CreateBrokerRequest |
CreateBrokerRequest.withConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
Configurations |
Configurations.withCurrent(ConfigurationId current)
The broker's current configuration.
|
Configurations |
Configurations.withHistory(ConfigurationId... history)
The history of configurations applied to the broker.
|
Configurations |
Configurations.withPending(ConfigurationId pending)
The broker's pending configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configurations.setHistory(Collection<ConfigurationId> history)
The history of configurations applied to the broker.
|
Configurations |
Configurations.withHistory(Collection<ConfigurationId> history)
The history of configurations applied to the broker.
|
Copyright © 2024. All rights reserved.