| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation of the input content from the source language to the target language.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
AbstractAmazonTranslate.untagResource(UntagResourceRequest request) |
UntagResourceResult |
AmazonTranslate.untagResource(UntagResourceRequest untagResourceRequest)
Removes a specific tag associated with an Amazon Translate resource.
|
UntagResourceResult |
AmazonTranslateClient.untagResource(UntagResourceRequest request)
Removes a specific tag associated with an Amazon Translate resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAmazonTranslateAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonTranslateAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonTranslateAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a specific tag associated with an Amazon Translate resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
UntagResourceResult.clone() |
Copyright © 2024. All rights reserved.