Uses of Class
software.amazon.awssdk.services.gamelift.model.Build
-
Packages that use Build Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Build in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Build Modifier and Type Method Description BuildCreateBuildResponse. build()The newly created build resource, including a unique build IDs and status.BuildDescribeBuildResponse. build()Set of properties describing the requested build.BuildUpdateBuildResponse. build()The updated build resource.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Build Modifier and Type Method Description List<Build>ListBuildsResponse. builds()A collection of build resources that match the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Build Modifier and Type Method Description CreateBuildResponse.BuilderCreateBuildResponse.Builder. build(Build build)The newly created build resource, including a unique build IDs and status.DescribeBuildResponse.BuilderDescribeBuildResponse.Builder. build(Build build)Set of properties describing the requested build.UpdateBuildResponse.BuilderUpdateBuildResponse.Builder. build(Build build)The updated build resource.ListBuildsResponse.BuilderListBuildsResponse.Builder. builds(Build... builds)A collection of build resources that match the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Build Modifier and Type Method Description ListBuildsResponse.BuilderListBuildsResponse.Builder. builds(Collection<Build> builds)A collection of build resources that match the request. -
Uses of Build in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Build Modifier and Type Method Description SdkIterable<Build>ListBuildsIterable. builds()Returns an iterable to iterate through the paginatedListBuildsResponse.builds()member.SdkPublisher<Build>ListBuildsPublisher. builds()Returns a publisher that can be used to get a stream of data.
-