Uses of Class
software.amazon.awssdk.services.repostspace.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans.software.amazon.awssdk.services.repostspace.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RepostspaceAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource.default UntagResourceResponseRepostspaceClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of the tag with the AWS re:Post Private resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.repostspace.transform
Methods in software.amazon.awssdk.services.repostspace.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-