Uses of Class
com.amazonaws.services.gamelift.model.Build
Packages that use Build
-
Uses of Build in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return BuildModifier and TypeMethodDescriptionBuild.clone()
CreateBuildResult.getBuild()
Set of properties for the newly created build.DescribeBuildResult.getBuild()
Set of properties describing the requested build.UpdateBuildResult.getBuild()
Object containing the updated build record.Build.withBuildId
(String buildId) Unique identifier for a build.Build.withCreationTime
(Date creationTime) Time stamp indicating when this object was created.Descriptive label associated with this build.Build.withSizeOnDisk
(Long sizeOnDisk) File size of the uploaded game build, expressed in bytes.Build.withStatus
(BuildStatus status) Current status of the build.Build.withStatus
(String status) Current status of the build.Build.withVersion
(String version) Version associated with this build.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type BuildModifier and TypeMethodDescriptionListBuildsResult.getBuilds()
Collection of build records that match the request.Methods in com.amazonaws.services.gamelift.model with parameters of type BuildModifier and TypeMethodDescriptionvoid
Set of properties for the newly created build.void
Set of properties describing the requested build.void
Object containing the updated build record.Set of properties for the newly created build.Set of properties describing the requested build.Object containing the updated build record.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 BuildModifier and TypeMethodDescriptionvoid
ListBuildsResult.setBuilds
(Collection<Build> builds) Collection of build records that match the request.ListBuildsResult.withBuilds
(Collection<Build> builds) Collection of build records that match the request.