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 AliasAlias. clone()AliasCreateAliasResult. getAlias()Object containing the newly created alias record.AliasDescribeAliasResult. getAlias()Object containing the requested alias.AliasUpdateAliasResult. getAlias()Object containing the updated alias configuration.AliasAlias. withAliasId(String aliasId)Unique identifier for a fleet alias.AliasAlias. withCreationTime(Date creationTime)Time stamp indicating when this object was created.AliasAlias. withDescription(String description)Human-readable description of the alias.AliasAlias. withLastUpdatedTime(Date lastUpdatedTime)Time stamp indicating when this object was last modified.AliasAlias. withName(String name)Descriptive label associated with this alias.AliasAlias. 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 voidCreateAliasResult. setAlias(Alias alias)Object containing the newly created alias record.voidDescribeAliasResult. setAlias(Alias alias)Object containing the requested alias.voidUpdateAliasResult. setAlias(Alias alias)Object containing the updated alias configuration.CreateAliasResultCreateAliasResult. withAlias(Alias alias)Object containing the newly created alias record.DescribeAliasResultDescribeAliasResult. withAlias(Alias alias)Object containing the requested alias.UpdateAliasResultUpdateAliasResult. withAlias(Alias alias)Object containing the updated alias configuration.ListAliasesResultListAliasesResult. 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 voidListAliasesResult. setAliases(Collection<Alias> aliases)Collection of alias records that match the list request.ListAliasesResultListAliasesResult. withAliases(Collection<Alias> aliases)Collection of alias records that match the list request.
-