| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerInstanceOption |
BrokerInstanceOption.clone() |
BrokerInstanceOption |
BrokerInstanceOption.withAvailabilityZones(AvailabilityZone... availabilityZones)
The list of available az.
|
BrokerInstanceOption |
BrokerInstanceOption.withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
BrokerInstanceOption |
BrokerInstanceOption.withEngineType(EngineType engineType)
The type of broker engine.
|
BrokerInstanceOption |
BrokerInstanceOption.withEngineType(String engineType)
The type of broker engine.
|
BrokerInstanceOption |
BrokerInstanceOption.withHostInstanceType(String hostInstanceType)
The type of broker instance.
|
BrokerInstanceOption |
BrokerInstanceOption.withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
BrokerInstanceOption |
BrokerInstanceOption.withStorageType(String storageType)
The broker's storage type.
|
BrokerInstanceOption |
BrokerInstanceOption.withSupportedDeploymentModes(Collection<String> supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
BrokerInstanceOption.withSupportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
BrokerInstanceOption.withSupportedDeploymentModes(String... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
BrokerInstanceOption.withSupportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
BrokerInstanceOption |
BrokerInstanceOption.withSupportedEngineVersions(String... supportedEngineVersions)
The list of supported engine versions.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerInstanceOption> |
DescribeBrokerInstanceOptionsResult.getBrokerInstanceOptions()
List of available broker instance options.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerInstanceOptionsResult |
DescribeBrokerInstanceOptionsResult.withBrokerInstanceOptions(BrokerInstanceOption... brokerInstanceOptions)
List of available broker instance options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBrokerInstanceOptionsResult.setBrokerInstanceOptions(Collection<BrokerInstanceOption> brokerInstanceOptions)
List of available broker instance options.
|
DescribeBrokerInstanceOptionsResult |
DescribeBrokerInstanceOptionsResult.withBrokerInstanceOptions(Collection<BrokerInstanceOption> brokerInstanceOptions)
List of available broker instance options.
|
Copyright © 2021. All rights reserved.