Uses of Class
software.amazon.awssdk.services.gamelift.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Tag in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAliasRequest. tags()A list of labels to assign to the new alias resource.List<Tag>CreateBuildRequest. tags()A list of labels to assign to the new build resource.List<Tag>CreateFleetRequest. tags()A list of labels to assign to the new fleet resource.List<Tag>CreateGameServerGroupRequest. tags()A list of labels to assign to the new game server group resource.List<Tag>CreateGameSessionQueueRequest. tags()A list of labels to assign to the new game session queue 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>CreateMatchmakingRuleSetRequest. tags()A list of labels to assign to the new matchmaking rule set resource.List<Tag>CreateScriptRequest. tags()A list of labels to assign to the new script resource.List<Tag>ListTagsForResourceResponse. tags()The collection of tags assigned to the resource.List<Tag>TagResourceRequest. tags()A list of one or more tags to assign to the specified Amazon GameLift resource.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Tag Modifier and Type Method Description CreateAliasRequest.BuilderCreateAliasRequest.Builder. tags(Tag... tags)A list of labels to assign to the new alias resource.CreateBuildRequest.BuilderCreateBuildRequest.Builder. tags(Tag... tags)A list of labels to assign to the new build resource.CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Tag... tags)A list of labels to assign to the new fleet resource.CreateGameServerGroupRequest.BuilderCreateGameServerGroupRequest.Builder. tags(Tag... tags)A list of labels to assign to the new game server group resource.CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. tags(Tag... tags)A list of labels to assign to the new game session queue resource.CreateLocationRequest.BuilderCreateLocationRequest.Builder. tags(Tag... tags)A list of labels to assign to the new matchmaking configuration resource.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. tags(Tag... tags)A list of labels to assign to the new matchmaking configuration resource.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. tags(Tag... tags)A list of labels to assign to the new matchmaking rule set resource.CreateScriptRequest.BuilderCreateScriptRequest.Builder. tags(Tag... tags)A list of labels to assign to the new script resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The collection of tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of one or more tags to assign to the specified Amazon GameLift resource.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Tag Modifier and Type Method Description CreateAliasRequest.BuilderCreateAliasRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new alias resource.CreateBuildRequest.BuilderCreateBuildRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new build resource.CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new fleet resource.CreateGameServerGroupRequest.BuilderCreateGameServerGroupRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new game server group resource.CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new game session queue resource.CreateLocationRequest.BuilderCreateLocationRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new matchmaking configuration resource.CreateMatchmakingConfigurationRequest.BuilderCreateMatchmakingConfigurationRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new matchmaking configuration resource.CreateMatchmakingRuleSetRequest.BuilderCreateMatchmakingRuleSetRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new matchmaking rule set resource.CreateScriptRequest.BuilderCreateScriptRequest.Builder. tags(Collection<Tag> tags)A list of labels to assign to the new script resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The collection of tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of one or more tags to assign to the specified Amazon GameLift resource.
-