Uses of Interface
software.amazon.awssdk.services.textract.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.software.amazon.awssdk.services.textract.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.textract
Method parameters in software.amazon.awssdk.services.textract with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TextractAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default UntagResourceResponseTextractClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.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)The Amazon Resource Name (ARN) that specifies the resource to be untagged.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)Specifies the tags to be removed from the resource specified by the ResourceARN.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)Specifies the tags to be removed from the resource specified by the ResourceARN.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-