| Package | Description |
|---|---|
| software.amazon.awssdk.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
static BrokerStorageType |
BrokerStorageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BrokerStorageType |
DescribeBrokerResponse.storageType()
The broker's storage type.
|
BrokerStorageType |
BrokerInstanceOption.storageType()
The broker's storage type.
|
BrokerStorageType |
CreateBrokerRequest.storageType()
The broker's storage type.
|
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 |
|---|---|
static Set<BrokerStorageType> |
BrokerStorageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerResponse.Builder |
DescribeBrokerResponse.Builder.storageType(BrokerStorageType storageType)
The broker's storage type.
|
BrokerInstanceOption.Builder |
BrokerInstanceOption.Builder.storageType(BrokerStorageType storageType)
The broker's storage type.
|
CreateBrokerRequest.Builder |
CreateBrokerRequest.Builder.storageType(BrokerStorageType storageType)
The broker's storage type.
|
Copyright © 2023. All rights reserved.