Uses of Class
software.amazon.awssdk.services.m2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseM2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseM2Client. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>M2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default CompletableFuture<TagResourceResponse>M2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.
-