Uses of Class
software.amazon.awssdk.services.neptunegraph.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.software.amazon.awssdk.services.neptunegraph.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NeptuneGraphAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseNeptuneGraphClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-