| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAWSSnowDeviceManagement.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSSnowDeviceManagementClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags for a managed device or task.
|
ListTagsForResourceResult |
AWSSnowDeviceManagement.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for a managed device or task.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSSnowDeviceManagementAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAWSSnowDeviceManagementAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSSnowDeviceManagementAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for a managed device or task.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
The list of tags for the device or task.
|
Copyright © 2022. All rights reserved.