Uses of Class
software.amazon.awssdk.services.emr.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.transform -
-
Uses of AddTagsRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type AddTagsRequest Modifier and Type Method Description default CompletableFuture<AddTagsResponse>EmrAsyncClient. addTags(AddTagsRequest addTagsRequest)Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio.default AddTagsResponseEmrClient. addTags(AddTagsRequest addTagsRequest)Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. -
Uses of AddTagsRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type AddTagsRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsRequestMarshaller. marshall(AddTagsRequest addTagsRequest)
-