Uses of Class
software.amazon.awssdk.services.amplify.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAmplifyClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags the resource with a tag key and value.default TagResourceResponseAmplifyClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AmplifyAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags the resource with a tag key and value.default CompletableFuture<TagResourceResponse>AmplifyAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value.
-