Uses of Class
software.amazon.awssdk.services.mq.model.CreateTagsResponse
-
Packages that use CreateTagsResponse 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. -
-
Uses of CreateTagsResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return CreateTagsResponse Modifier and Type Method Description default CreateTagsResponseMqClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Add a tag to a resource.default CreateTagsResponseMqClient. createTags(CreateTagsRequest createTagsRequest)Add a tag to a resource.Methods in software.amazon.awssdk.services.mq that return types with arguments of type CreateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>MqAsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Add a tag to a resource.default CompletableFuture<CreateTagsResponse>MqAsyncClient. createTags(CreateTagsRequest createTagsRequest)Add a tag to a resource.
-