Uses of Class
software.amazon.awssdk.services.macie2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMacie2Client. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Macie2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.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.
-