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