Uses of Class
com.amazonaws.services.gamelift.model.Build
-
Packages that use Build Package Description com.amazonaws.services.gamelift.model -
-
Uses of Build in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return Build Modifier and Type Method Description BuildBuild. clone()BuildCreateBuildResult. getBuild()Set of properties for the newly created build.BuildDescribeBuildResult. getBuild()Set of properties describing the requested build.BuildUpdateBuildResult. getBuild()Object containing the updated build record.BuildBuild. withBuildId(String buildId)Unique identifier for a build.BuildBuild. withCreationTime(Date creationTime)Time stamp indicating when this object was created.BuildBuild. withName(String name)Descriptive label associated with this build.BuildBuild. withSizeOnDisk(Long sizeOnDisk)File size of the uploaded game build, expressed in bytes.BuildBuild. withStatus(BuildStatus status)Current status of the build.BuildBuild. withStatus(String status)Current status of the build.BuildBuild. withVersion(String version)Version associated with this build.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type Build Modifier and Type Method Description List<Build>ListBuildsResult. getBuilds()Collection of build records that match the request.Methods in com.amazonaws.services.gamelift.model with parameters of type Build Modifier and Type Method Description voidCreateBuildResult. setBuild(Build build)Set of properties for the newly created build.voidDescribeBuildResult. setBuild(Build build)Set of properties describing the requested build.voidUpdateBuildResult. setBuild(Build build)Object containing the updated build record.CreateBuildResultCreateBuildResult. withBuild(Build build)Set of properties for the newly created build.DescribeBuildResultDescribeBuildResult. withBuild(Build build)Set of properties describing the requested build.UpdateBuildResultUpdateBuildResult. withBuild(Build build)Object containing the updated build record.ListBuildsResultListBuildsResult. withBuilds(Build... builds)Collection of build records that match the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type Build Modifier and Type Method Description voidListBuildsResult. setBuilds(Collection<Build> builds)Collection of build records that match the request.ListBuildsResultListBuildsResult. withBuilds(Collection<Build> builds)Collection of build records that match the request.
-