| Package | Description |
|---|---|
| com.amazonaws.services.fis |
Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your Amazon
Web Services workloads.
|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AWSFISAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AbstractAWSFISAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSFISAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag keys to remove.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag keys to remove.
|
Copyright © 2022. All rights reserved.