| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Configuration |
Configuration.clearTagsEntries()
Removes all the entries added into Tags.
|
Configuration |
Configuration.clone() |
Configuration |
Configuration.withArn(String arn)
Required.
|
Configuration |
Configuration.withAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Optional.
|
Configuration |
Configuration.withAuthenticationStrategy(String authenticationStrategy)
Optional.
|
Configuration |
Configuration.withCreated(Date created)
Required.
|
Configuration |
Configuration.withDescription(String description)
Required.
|
Configuration |
Configuration.withEngineType(EngineType engineType)
Required.
|
Configuration |
Configuration.withEngineType(String engineType)
Required.
|
Configuration |
Configuration.withEngineVersion(String engineVersion)
Required.
|
Configuration |
Configuration.withId(String id)
Required.
|
Configuration |
Configuration.withLatestRevision(ConfigurationRevision latestRevision)
Required.
|
Configuration |
Configuration.withName(String name)
Required.
|
Configuration |
Configuration.withTags(Map<String,String> tags)
The list of all tags associated with this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Configuration> |
ListConfigurationsResult.getConfigurations()
The list of all revisions for the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsResult |
ListConfigurationsResult.withConfigurations(Configuration... configurations)
The list of all revisions for the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationsResult.setConfigurations(Collection<Configuration> configurations)
The list of all revisions for the specified configuration.
|
ListConfigurationsResult |
ListConfigurationsResult.withConfigurations(Collection<Configuration> configurations)
The list of all revisions for the specified configuration.
|
Copyright © 2022. All rights reserved.