Uses of Class
software.amazon.awssdk.services.macie2.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Macie2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.default TagResourceResponseMacie2Client. tagResource(TagResourceRequest tagResourceRequest)Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.macie2.transform
Methods in software.amazon.awssdk.services.macie2.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-