Uses of Interface
software.amazon.awssdk.services.gamelift.model.ListLocationsRequest.Builder
-
Packages that use ListLocationsRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of ListLocationsRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type ListLocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLocationsResponse>GameLiftAsyncClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsResponseGameLiftClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsPublisherGameLiftAsyncClient. listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations.default ListLocationsIterableGameLiftClient. listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Lists all custom and Amazon Web Services locations. -
Uses of ListLocationsRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ListLocationsRequest.Builder Modifier and Type Method Description static ListLocationsRequest.BuilderListLocationsRequest. builder()ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(Collection<LocationFilter> filters)Filters the list forAWSorCUSTOMlocations.ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(LocationFilter... filters)Filters the list forAWSorCUSTOMlocations.ListLocationsRequest.BuilderListLocationsRequest.Builder. filtersWithStrings(String... filters)Filters the list forAWSorCUSTOMlocations.ListLocationsRequest.BuilderListLocationsRequest.Builder. filtersWithStrings(Collection<String> filters)Filters the list forAWSorCUSTOMlocations.ListLocationsRequest.BuilderListLocationsRequest.Builder. limit(Integer limit)The maximum number of results to return.ListLocationsRequest.BuilderListLocationsRequest.Builder. nextToken(String nextToken)A token that indicates the start of the next sequential page of results.ListLocationsRequest.BuilderListLocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLocationsRequest.BuilderListLocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLocationsRequest.BuilderListLocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ListLocationsRequest.Builder Modifier and Type Method Description static Class<? extends ListLocationsRequest.Builder>ListLocationsRequest. serializableBuilderClass()
-