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 Build
Build. clone()
Build
CreateBuildResult. getBuild()
Set of properties for the newly created build.Build
DescribeBuildResult. getBuild()
Set of properties describing the requested build.Build
UpdateBuildResult. getBuild()
Object containing the updated build record.Build
Build. withBuildId(String buildId)
Unique identifier for a build.Build
Build. withCreationTime(Date creationTime)
Time stamp indicating when this object was created.Build
Build. withName(String name)
Descriptive label associated with this build.Build
Build. withSizeOnDisk(Long sizeOnDisk)
File size of the uploaded game build, expressed in bytes.Build
Build. withStatus(BuildStatus status)
Current status of the build.Build
Build. withStatus(String status)
Current status of the build.Build
Build. 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 void
CreateBuildResult. setBuild(Build build)
Set of properties for the newly created build.void
DescribeBuildResult. setBuild(Build build)
Set of properties describing the requested build.void
UpdateBuildResult. setBuild(Build build)
Object containing the updated build record.CreateBuildResult
CreateBuildResult. withBuild(Build build)
Set of properties for the newly created build.DescribeBuildResult
DescribeBuildResult. withBuild(Build build)
Set of properties describing the requested build.UpdateBuildResult
UpdateBuildResult. withBuild(Build build)
Object containing the updated build record.ListBuildsResult
ListBuildsResult. 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 void
ListBuildsResult. setBuilds(Collection<Build> builds)
Collection of build records that match the request.ListBuildsResult
ListBuildsResult. withBuilds(Collection<Build> builds)
Collection of build records that match the request.
-