| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations |
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonAppIntegrations.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonAppIntegrations.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
ListTagsForResourceResult |
AmazonAppIntegrationsClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonAppIntegrationsAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonAppIntegrationsAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags for the specified resource.
|
Future<ListTagsForResourceResult> |
AmazonAppIntegrationsAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| 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)
Information about the tags.
|
Copyright © 2024. All rights reserved.