Uses of Class
software.amazon.awssdk.services.appintegrations.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAppIntegrationsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseAppIntegrationsClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppIntegrationsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>AppIntegrationsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-