| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ComputeType |
ComputeType.fromValue(String value)
Use this in place of valueOf.
|
static ComputeType |
ComputeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeType[] |
ComputeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEnvironment.setComputeType(ComputeType computeType)
Information about the compute resources the build project uses.
|
Fleet |
Fleet.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
CreateFleetRequest |
CreateFleetRequest.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
UpdateFleetRequest |
UpdateFleetRequest.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
ProjectEnvironment |
ProjectEnvironment.withComputeType(ComputeType computeType)
Information about the compute resources the build project uses.
|
StartBuildBatchRequest |
StartBuildBatchRequest.withComputeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this batch build that overrides the one specified in the batch build project.
|
StartBuildRequest |
StartBuildRequest.withComputeTypeOverride(ComputeType computeTypeOverride)
The name of a compute type for this build that overrides the one specified in the build project.
|
Copyright © 2024. All rights reserved.