| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
static BrokerStorageType |
BrokerStorageType.fromValue(String value)
Use this in place of valueOf.
|
static BrokerStorageType |
BrokerStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrokerStorageType[] |
BrokerStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBrokerRequest |
CreateBrokerRequest.withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
DescribeBrokerResult |
DescribeBrokerResult.withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
BrokerInstanceOption |
BrokerInstanceOption.withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
Copyright © 2022. All rights reserved.