| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentMode |
DescribeBrokerResponse.deploymentMode()
The broker's deployment mode.
|
DeploymentMode |
CreateBrokerRequest.deploymentMode()
Required.
|
DeploymentMode |
BrokerSummary.deploymentMode()
The broker's deployment mode.
|
static DeploymentMode |
DeploymentMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeploymentMode |
DeploymentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentMode[] |
DeploymentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeploymentMode> |
DeploymentMode.knownValues()
|
List<DeploymentMode> |
BrokerInstanceOption.supportedDeploymentModes()
The list of supported deployment modes.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerResponse.Builder |
DescribeBrokerResponse.Builder.deploymentMode(DeploymentMode deploymentMode)
The broker's deployment mode.
|
CreateBrokerRequest.Builder |
CreateBrokerRequest.Builder.deploymentMode(DeploymentMode deploymentMode)
Required.
|
BrokerSummary.Builder |
BrokerSummary.Builder.deploymentMode(DeploymentMode deploymentMode)
The broker's deployment mode.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
The list of supported deployment modes.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.supportedDeploymentModes(Collection<DeploymentMode> supportedDeploymentModes)
The list of supported deployment modes.
|
Copyright © 2022. All rights reserved.