| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateGameServerGroupRequest.tags()
A list of labels to assign to the new game server group resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The collection of tags that have been assigned to the specified resource.
|
List<Tag> |
CreateLocationRequest.tags()
A list of labels to assign to the new matchmaking configuration resource.
|
List<Tag> |
CreateMatchmakingConfigurationRequest.tags()
A list of labels to assign to the new matchmaking configuration resource.
|
List<Tag> |
CreateFleetRequest.tags()
A list of labels to assign to the new fleet resource.
|
List<Tag> |
CreateAliasRequest.tags()
A list of labels to assign to the new alias resource.
|
List<Tag> |
CreateScriptRequest.tags()
A list of labels to assign to the new script resource.
|
List<Tag> |
CreateBuildRequest.tags()
A list of labels to assign to the new build resource.
|
List<Tag> |
CreateMatchmakingRuleSetRequest.tags()
A list of labels to assign to the new matchmaking rule set resource.
|
List<Tag> |
TagResourceRequest.tags()
A list of one or more tags to assign to the specified GameLift resource.
|
List<Tag> |
CreateGameSessionQueueRequest.tags()
A list of labels to assign to the new game session queue resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest.Builder |
CreateGameServerGroupRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new game server group resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The collection of tags that have been assigned to the specified resource.
|
CreateLocationRequest.Builder |
CreateLocationRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new fleet resource.
|
CreateAliasRequest.Builder |
CreateAliasRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new alias resource.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new script resource.
|
CreateBuildRequest.Builder |
CreateBuildRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new build resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of one or more tags to assign to the specified GameLift resource.
|
CreateGameSessionQueueRequest.Builder |
CreateGameSessionQueueRequest.Builder.tags(Tag... tags)
A list of labels to assign to the new game session queue resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest.Builder |
CreateGameServerGroupRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new game server group resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The collection of tags that have been assigned to the specified resource.
|
CreateLocationRequest.Builder |
CreateLocationRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new fleet resource.
|
CreateAliasRequest.Builder |
CreateAliasRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new alias resource.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new script resource.
|
CreateBuildRequest.Builder |
CreateBuildRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new build resource.
|
CreateMatchmakingRuleSetRequest.Builder |
CreateMatchmakingRuleSetRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of one or more tags to assign to the specified GameLift resource.
|
CreateGameSessionQueueRequest.Builder |
CreateGameSessionQueueRequest.Builder.tags(Collection<Tag> tags)
A list of labels to assign to the new game session queue resource.
|
Copyright © 2023. All rights reserved.