| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAWSimagebuilderAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSimagebuilderAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from a resource.
|
Future<UntagResourceResult> |
AWSimagebuilderAsyncClient.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 resource that you want to untag.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag keys to remove from the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag keys to remove from the resource.
|
Copyright © 2023. All rights reserved.