Uses of Class
software.amazon.awssdk.services.mq.model.DeploymentMode
-
Packages that use DeploymentMode Package Description software.amazon.awssdk.services.mq.model -
-
Uses of DeploymentMode in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return DeploymentMode Modifier and Type Method Description DeploymentModeBrokerSummary. deploymentMode()The broker's deployment mode.DeploymentModeCreateBrokerRequest. deploymentMode()Required.DeploymentModeDescribeBrokerResponse. deploymentMode()The broker's deployment mode.static DeploymentModeDeploymentMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentModeDeploymentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode. 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 DeploymentMode Modifier and Type Method Description static Set<DeploymentMode>DeploymentMode. knownValues()List<DeploymentMode>BrokerInstanceOption. supportedDeploymentModes()The list of supported deployment modes.Methods in software.amazon.awssdk.services.mq.model with parameters of type DeploymentMode Modifier and Type Method Description BrokerSummary.BuilderBrokerSummary.Builder. deploymentMode(DeploymentMode deploymentMode)The broker's deployment mode.CreateBrokerRequest.BuilderCreateBrokerRequest.Builder. deploymentMode(DeploymentMode deploymentMode)Required.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. deploymentMode(DeploymentMode deploymentMode)The broker's deployment mode.BrokerInstanceOption.BuilderBrokerInstanceOption.Builder. supportedDeploymentModes(DeploymentMode... supportedDeploymentModes)The list of supported deployment modes.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type DeploymentMode Modifier and Type Method Description BrokerInstanceOption.BuilderBrokerInstanceOption.Builder. supportedDeploymentModes(Collection<DeploymentMode> supportedDeploymentModes)The list of supported deployment modes.
-