Uses of Class
software.amazon.awssdk.services.appintegrations.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppIntegrationsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseAppIntegrationsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-