Uses of Class
software.amazon.awssdk.services.mq.model.Configuration
-
Packages that use Configuration Package Description software.amazon.awssdk.services.mq.model -
-
Uses of Configuration in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type Configuration Modifier and Type Method Description List<Configuration>ListConfigurationsResponse. configurations()The list of all revisions for the specified configuration.Methods in software.amazon.awssdk.services.mq.model with parameters of type Configuration Modifier and Type Method Description ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurations(Configuration... configurations)The list of all revisions for the specified configuration.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type Configuration Modifier and Type Method Description ListConfigurationsResponse.BuilderListConfigurationsResponse.Builder. configurations(Collection<Configuration> configurations)The list of all revisions for the specified configuration.
-