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