Uses of Class
software.amazon.awssdk.services.appfabric.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppFabricAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseAppFabricClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-