Uses of Class
com.amazonaws.services.gamelift.model.Alias
-
Packages that use Alias Package Description com.amazonaws.services.gamelift.model -
-
Uses of Alias in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return Alias Modifier and Type Method Description Alias
Alias. clone()
Alias
CreateAliasResult. getAlias()
Object containing the newly created alias record.Alias
DescribeAliasResult. getAlias()
Object containing the requested alias.Alias
UpdateAliasResult. getAlias()
Object containing the updated alias configuration.Alias
Alias. withAliasId(String aliasId)
Unique identifier for a fleet alias.Alias
Alias. withCreationTime(Date creationTime)
Time stamp indicating when this object was created.Alias
Alias. withDescription(String description)
Human-readable description of the alias.Alias
Alias. withLastUpdatedTime(Date lastUpdatedTime)
Time stamp indicating when this object was last modified.Alias
Alias. withName(String name)
Descriptive label associated with this alias.Alias
Alias. withRoutingStrategy(RoutingStrategy routingStrategy)
Methods in com.amazonaws.services.gamelift.model that return types with arguments of type Alias Modifier and Type Method Description List<Alias>
ListAliasesResult. getAliases()
Collection of alias records that match the list request.Methods in com.amazonaws.services.gamelift.model with parameters of type Alias Modifier and Type Method Description void
CreateAliasResult. setAlias(Alias alias)
Object containing the newly created alias record.void
DescribeAliasResult. setAlias(Alias alias)
Object containing the requested alias.void
UpdateAliasResult. setAlias(Alias alias)
Object containing the updated alias configuration.CreateAliasResult
CreateAliasResult. withAlias(Alias alias)
Object containing the newly created alias record.DescribeAliasResult
DescribeAliasResult. withAlias(Alias alias)
Object containing the requested alias.UpdateAliasResult
UpdateAliasResult. withAlias(Alias alias)
Object containing the updated alias configuration.ListAliasesResult
ListAliasesResult. withAliases(Alias... aliases)
Collection of alias records that match the list request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type Alias Modifier and Type Method Description void
ListAliasesResult. setAliases(Collection<Alias> aliases)
Collection of alias records that match the list request.ListAliasesResult
ListAliasesResult. withAliases(Collection<Alias> aliases)
Collection of alias records that match the list request.
-