| Package | Description |
|---|---|
| com.amazonaws.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AWSRAMAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AbstractAWSRAMAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSRAMAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the specified resource share.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the resource share.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag keys of the tags to remove.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag keys of the tags to remove.
|
Copyright © 2019. All rights reserved.