| 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<ListTagsForResourceResult> |
AWSSimpleSystemsManagementAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSSimpleSystemsManagementAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of the tags assigned to the specified resource.
|
Future<ListTagsForResourceResult> |
AbstractAWSSimpleSystemsManagementAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceId(String resourceId)
The resource ID for which you want to see a list of tags.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceType(String resourceType)
Returns a list of tags for a specific resource type.
|
Copyright © 2016. All rights reserved.