| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem |
|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AmazonElasticFileSystemAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from an EFS resource.
|
Future<UntagResourceResult> |
AmazonElasticFileSystemAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AbstractAmazonElasticFileSystemAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceId(String resourceId)
Specifies the EFS resource that you want to remove tags from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The keys of the key-value tag pairs that you want to remove from the specified EFS resource.
|
Copyright © 2022. All rights reserved.