| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonGameLift.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonGameLift.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves all tags assigned to a Amazon GameLift resource.
|
ListTagsForResourceResult |
AmazonGameLiftClient.listTagsForResource(ListTagsForResourceRequest request)
Retrieves all tags assigned to a Amazon GameLift resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonGameLiftAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonGameLiftAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves all tags assigned to a Amazon GameLift resource.
|
Future<ListTagsForResourceResult> |
AmazonGameLiftAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The collection of tags assigned to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The collection of tags assigned to the resource.
|
Copyright © 2023. All rights reserved.