Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type UntagResourceRequest Modifier and Type Method Description 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.default UntagResourceResponseResourceExplorer2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-