Uses of Class
software.amazon.awssdk.services.mq.model.MqRequest
-
Packages that use MqRequest Package Description software.amazon.awssdk.services.mq.internal software.amazon.awssdk.services.mq.model -
-
Uses of MqRequest in software.amazon.awssdk.services.mq.internal
Methods in software.amazon.awssdk.services.mq.internal with type parameters of type MqRequest Modifier and Type Method Description static <T extends MqRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends MqRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of MqRequest in software.amazon.awssdk.services.mq.model
Subclasses of MqRequest in software.amazon.awssdk.services.mq.model Modifier and Type Class Description classCreateBrokerRequestCreates a broker using the specified properties.classCreateConfigurationRequestCreates a new configuration for the specified configuration name.classCreateTagsRequestA map of the key-value pairs for the resource tag.classCreateUserRequestCreates a new ActiveMQ user.classDeleteBrokerRequestclassDeleteTagsRequestclassDeleteUserRequestclassDescribeBrokerEngineTypesRequestclassDescribeBrokerInstanceOptionsRequestclassDescribeBrokerRequestclassDescribeConfigurationRequestclassDescribeConfigurationRevisionRequestclassDescribeUserRequestclassListBrokersRequestclassListConfigurationRevisionsRequestclassListConfigurationsRequestclassListTagsRequestclassListUsersRequestclassPromoteRequestPromotes a data replication replica broker to the primary broker role.classRebootBrokerRequestclassUpdateBrokerRequestUpdates the broker using the specified properties.classUpdateConfigurationRequestUpdates the specified configuration.classUpdateUserRequestUpdates the information for an ActiveMQ user.Methods in software.amazon.awssdk.services.mq.model that return MqRequest Modifier and Type Method Description MqRequestMqRequest.Builder. build()Constructors in software.amazon.awssdk.services.mq.model with parameters of type MqRequest Constructor Description BuilderImpl(MqRequest request)
-