Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NeptuneGraphAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseNeptuneGraphClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceArn(String resourceArn)ARN of the resource whose tag needs to be removed.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)Tag keys for the tags to be removed.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)Tag keys for the tags to be removed.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-