| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsFromResourceResult> |
AbstractAWSSimpleSystemsManagementAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
Future<RemoveTagsFromResourceResult> |
AWSSimpleSystemsManagementAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
Future<RemoveTagsFromResourceResult> |
AWSSimpleSystemsManagementAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Removes tag keys from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.clone() |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceId(String resourceId)
The ID of the resource from which you want to remove tags.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
The type of resource from which you want to remove a tag.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceType(String resourceType)
The type of resource from which you want to remove a tag.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(String... tagKeys)
Tag keys that you want to remove from the specified resource.
|
Copyright © 2022. All rights reserved.