Uses of Interface
software.amazon.awssdk.services.gamelift.model.ListLocationsResponse.Builder
-
Packages that use ListLocationsResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ListLocationsResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ListLocationsResponse.Builder Modifier and Type Method Description static ListLocationsResponse.BuilderListLocationsResponse. builder()ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Collection<LocationModel> locations)A collection of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Consumer<LocationModel.Builder>... locations)A collection of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(LocationModel... locations)A collection of locations.ListLocationsResponse.BuilderListLocationsResponse.Builder. nextToken(String nextToken)A token that indicates where to resume retrieving results on the next call to this operation.ListLocationsResponse.BuilderListLocationsResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ListLocationsResponse.Builder Modifier and Type Method Description static Class<? extends ListLocationsResponse.Builder>ListLocationsResponse. serializableBuilderClass()
-