Uses of Class
software.amazon.awssdk.services.mq.model.PromoteMode
-
Packages that use PromoteMode Package Description software.amazon.awssdk.services.mq.model -
-
Uses of PromoteMode in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return PromoteMode Modifier and Type Method Description static PromoteModePromoteMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PromoteModePromoteRequest. mode()The Promote mode requested.static PromoteModePromoteMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PromoteMode[]PromoteMode. 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 PromoteMode Modifier and Type Method Description static Set<PromoteMode>PromoteMode. knownValues()Methods in software.amazon.awssdk.services.mq.model with parameters of type PromoteMode Modifier and Type Method Description PromoteRequest.BuilderPromoteRequest.Builder. mode(PromoteMode mode)The Promote mode requested.
-