| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonGameLift.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves all tags that are assigned to a GameLift resource.
|
ListTagsForResourceResult |
AbstractAmazonGameLift.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonGameLiftClient.listTagsForResource(ListTagsForResourceRequest request)
Retrieves all tags that are assigned to a GameLift resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonGameLiftAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonGameLiftAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonGameLiftAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves all tags that are assigned to a GameLift resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The collection of tags that have been assigned to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The collection of tags that have been assigned to the specified resource.
|
Copyright © 2020. All rights reserved.