| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| 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 tag keys 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 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 © 2023. All rights reserved.