| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAmazonAppflowAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonAppflowAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from the specified flow.
|
Future<UntagResourceResult> |
AmazonAppflowAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the flow that you want to untag.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
|
Copyright © 2024. All rights reserved.