Uses of Class
software.amazon.awssdk.services.mq.model.BrokerStorageType
-
Packages that use BrokerStorageType Package Description software.amazon.awssdk.services.mq.model -
-
Uses of BrokerStorageType in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return BrokerStorageType Modifier and Type Method Description static BrokerStorageTypeBrokerStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BrokerStorageTypeBrokerInstanceOption. storageType()The broker's storage type.BrokerStorageTypeCreateBrokerRequest. storageType()The broker's storage type.BrokerStorageTypeDescribeBrokerResponse. storageType()The broker's storage type.static BrokerStorageTypeBrokerStorageType. 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.Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type BrokerStorageType Modifier and Type Method Description static Set<BrokerStorageType>BrokerStorageType. knownValues()Methods in software.amazon.awssdk.services.mq.model with parameters of type BrokerStorageType Modifier and Type Method Description BrokerInstanceOption.BuilderBrokerInstanceOption.Builder. storageType(BrokerStorageType storageType)The broker's storage type.CreateBrokerRequest.BuilderCreateBrokerRequest.Builder. storageType(BrokerStorageType storageType)The broker's storage type.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. storageType(BrokerStorageType storageType)The broker's storage type.
-