| 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<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) |
Future<ListTagsForResourceResult> |
AWSSimpleSystemsManagementAsyncClient.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 © 2021. All rights reserved.