Uses of Class
software.amazon.awssdk.services.mq.model.CreateTagsRequest
-
Packages that use CreateTagsRequest Package Description software.amazon.awssdk.services.mq Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud.software.amazon.awssdk.services.mq.transform -
-
Uses of CreateTagsRequest in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq with parameters of type CreateTagsRequest Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>MqAsyncClient. createTags(CreateTagsRequest createTagsRequest)Add a tag to a resource.default CreateTagsResponseMqClient. createTags(CreateTagsRequest createTagsRequest)Add a tag to a resource. -
Uses of CreateTagsRequest in software.amazon.awssdk.services.mq.transform
Methods in software.amazon.awssdk.services.mq.transform with parameters of type CreateTagsRequest Modifier and Type Method Description SdkHttpFullRequestCreateTagsRequestMarshaller. marshall(CreateTagsRequest createTagsRequest)
-