Uses of Class
software.amazon.awssdk.services.mq.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest 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 DeleteTagsRequest in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq with parameters of type DeleteTagsRequest Modifier and Type Method Description default CompletableFuture<DeleteTagsResponse>MqAsyncClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Removes a tag from a resource.default DeleteTagsResponseMqClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Removes a tag from a resource. -
Uses of DeleteTagsRequest in software.amazon.awssdk.services.mq.transform
Methods in software.amazon.awssdk.services.mq.transform with parameters of type DeleteTagsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTagsRequestMarshaller. marshall(DeleteTagsRequest deleteTagsRequest)
-