Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseResourceExplorer2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.default UntagResourceResponseResourceExplorer2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ResourceExplorer2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.default CompletableFuture<UntagResourceResponse>ResourceExplorer2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.
-