Uses of Class
software.amazon.awssdk.services.mq.model.ConfigurationId
-
Packages that use ConfigurationId Package Description software.amazon.awssdk.services.mq.model -
-
Uses of ConfigurationId in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return ConfigurationId Modifier and Type Method Description ConfigurationIdCreateBrokerRequest. configuration()A list of information about the configuration.ConfigurationIdUpdateBrokerRequest. configuration()A list of information about the configuration.ConfigurationIdUpdateBrokerResponse. configuration()The ID of the updated configuration.ConfigurationIdConfigurations. current()The broker's current configuration.ConfigurationIdConfigurations. pending()The broker's pending configuration.Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type ConfigurationId Modifier and Type Method Description List<ConfigurationId>Configurations. history()The history of configurations applied to the broker.Methods in software.amazon.awssdk.services.mq.model with parameters of type ConfigurationId Modifier and Type Method Description CreateBrokerRequest.BuilderCreateBrokerRequest.Builder. configuration(ConfigurationId configuration)A list of information about the configuration.UpdateBrokerRequest.BuilderUpdateBrokerRequest.Builder. configuration(ConfigurationId configuration)A list of information about the configuration.UpdateBrokerResponse.BuilderUpdateBrokerResponse.Builder. configuration(ConfigurationId configuration)The ID of the updated configuration.Configurations.BuilderConfigurations.Builder. current(ConfigurationId current)The broker's current configuration.Configurations.BuilderConfigurations.Builder. history(ConfigurationId... history)The history of configurations applied to the broker.Configurations.BuilderConfigurations.Builder. pending(ConfigurationId pending)The broker's pending configuration.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type ConfigurationId Modifier and Type Method Description Configurations.BuilderConfigurations.Builder. history(Collection<ConfigurationId> history)The history of configurations applied to the broker.
-