Uses of Class
software.amazon.awssdk.services.gamelift.model.Alias
-
Packages that use Alias Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Alias in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Alias Modifier and Type Method Description AliasCreateAliasResponse. alias()The newly created alias resource.AliasDescribeAliasResponse. alias()The requested alias resource.AliasUpdateAliasResponse. alias()The updated alias resource.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Alias Modifier and Type Method Description List<Alias>ListAliasesResponse. aliases()A collection of alias resources that match the request parameters.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Alias Modifier and Type Method Description CreateAliasResponse.BuilderCreateAliasResponse.Builder. alias(Alias alias)The newly created alias resource.DescribeAliasResponse.BuilderDescribeAliasResponse.Builder. alias(Alias alias)The requested alias resource.UpdateAliasResponse.BuilderUpdateAliasResponse.Builder. alias(Alias alias)The updated alias resource.ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(Alias... aliases)A collection of alias resources that match the request parameters.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Alias Modifier and Type Method Description ListAliasesResponse.BuilderListAliasesResponse.Builder. aliases(Collection<Alias> aliases)A collection of alias resources that match the request parameters. -
Uses of Alias in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Alias Modifier and Type Method Description SdkIterable<Alias>ListAliasesIterable. aliases()Returns an iterable to iterate through the paginatedListAliasesResponse.aliases()member.SdkPublisher<Alias>ListAliasesPublisher. aliases()Returns a publisher that can be used to get a stream of data.
-