| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for a developer-defined key:value pair for tagging an AWS resource.
|
Tag |
Tag.withValue(String value)
The value for a developer-defined key:value pair for tagging an AWS resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateAliasRequest.getTags()
A list of labels to assign to the new alias resource.
|
List<Tag> |
TagResourceRequest.getTags()
A list of one or more tags to assign to the specified GameLift resource.
|
List<Tag> |
CreateScriptRequest.getTags()
A list of labels to assign to the new script resource.
|
List<Tag> |
CreateMatchmakingConfigurationRequest.getTags()
A list of labels to assign to the new matchmaking configuration resource.
|
List<Tag> |
CreateGameSessionQueueRequest.getTags()
A list of labels to assign to the new game session queue resource.
|
List<Tag> |
CreateFleetRequest.getTags()
A list of labels to assign to the new fleet resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The collection of tags that have been assigned to the specified resource.
|
List<Tag> |
CreateMatchmakingRuleSetRequest.getTags()
A list of labels to assign to the new matchmaking rule set resource.
|
List<Tag> |
CreateBuildRequest.getTags()
A list of labels to assign to the new build resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest |
CreateAliasRequest.withTags(Tag... tags)
A list of labels to assign to the new alias resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of one or more tags to assign to the specified GameLift resource.
|
CreateScriptRequest |
CreateScriptRequest.withTags(Tag... tags)
A list of labels to assign to the new script resource.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withTags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateGameSessionQueueRequest |
CreateGameSessionQueueRequest.withTags(Tag... tags)
A list of labels to assign to the new game session queue resource.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Tag... tags)
A list of labels to assign to the new fleet resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The collection of tags that have been assigned to the specified resource.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withTags(Tag... tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateBuildRequest |
CreateBuildRequest.withTags(Tag... tags)
A list of labels to assign to the new build resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAliasRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new alias resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of one or more tags to assign to the specified GameLift resource.
|
void |
CreateScriptRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new script resource.
|
void |
CreateMatchmakingConfigurationRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
void |
CreateGameSessionQueueRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new game session queue resource.
|
void |
CreateFleetRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new fleet resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The collection of tags that have been assigned to the specified resource.
|
void |
CreateMatchmakingRuleSetRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
void |
CreateBuildRequest.setTags(Collection<Tag> tags)
A list of labels to assign to the new build resource.
|
CreateAliasRequest |
CreateAliasRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new alias resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of one or more tags to assign to the specified GameLift resource.
|
CreateScriptRequest |
CreateScriptRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new script resource.
|
CreateMatchmakingConfigurationRequest |
CreateMatchmakingConfigurationRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateGameSessionQueueRequest |
CreateGameSessionQueueRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new game session queue resource.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new fleet resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The collection of tags that have been assigned to the specified resource.
|
CreateMatchmakingRuleSetRequest |
CreateMatchmakingRuleSetRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking rule set resource.
|
CreateBuildRequest |
CreateBuildRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new build resource.
|
Copyright © 2020. All rights reserved.