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