| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon EC2 Simple Systems Manager (SSM) enables you to remotely manage the configuration of your Amazon EC2
instances, virtual machines (VMs), or servers in your on-premises environment or in an environment provided by other
cloud providers using scripts, commands, or the Amazon EC2 console.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsFromResourceResult> |
AWSSimpleSystemsManagementAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
Future<RemoveTagsFromResourceResult> |
AWSSimpleSystemsManagementAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Removes all tags from the specified resource.
|
Future<RemoveTagsFromResourceResult> |
AbstractAWSSimpleSystemsManagementAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.clone() |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceId(String resourceId)
The resource ID for which you want to remove tags.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceType(String resourceType)
The type of resource of 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 © 2016. All rights reserved.