| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
EngineType |
DescribeBrokerResponse.engineType()
The type of broker engine.
|
EngineType |
BrokerInstanceOption.engineType()
The broker's engine type.
|
EngineType |
BrokerEngineType.engineType()
The broker's engine type.
|
EngineType |
CreateConfigurationRequest.engineType()
Required.
|
EngineType |
CreateBrokerRequest.engineType()
Required.
|
EngineType |
BrokerSummary.engineType()
The type of broker engine.
|
EngineType |
DescribeConfigurationResponse.engineType()
Required.
|
EngineType |
Configuration.engineType()
Required.
|
static EngineType |
EngineType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EngineType |
EngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineType[] |
EngineType.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<EngineType> |
EngineType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerResponse.Builder |
DescribeBrokerResponse.Builder.engineType(EngineType engineType)
The type of broker engine.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.engineType(EngineType engineType)
The broker's engine type.
|
BrokerEngineType.Builder |
BrokerEngineType.Builder.engineType(EngineType engineType)
The broker's engine type.
|
CreateConfigurationRequest.Builder |
CreateConfigurationRequest.Builder.engineType(EngineType engineType)
Required.
|
CreateBrokerRequest.Builder |
CreateBrokerRequest.Builder.engineType(EngineType engineType)
Required.
|
BrokerSummary.Builder |
BrokerSummary.Builder.engineType(EngineType engineType)
The type of broker engine.
|
DescribeConfigurationResponse.Builder |
DescribeConfigurationResponse.Builder.engineType(EngineType engineType)
Required.
|
Configuration.Builder |
Configuration.Builder.engineType(EngineType engineType)
Required.
|
Copyright © 2022. All rights reserved.