| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFleetResult> |
AWSCodeBuildAsyncClient.updateFleetAsync(UpdateFleetRequest request,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler) |
Future<UpdateFleetResult> |
AbstractAWSCodeBuildAsync.updateFleetAsync(UpdateFleetRequest request,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler) |
Future<UpdateFleetResult> |
AWSCodeBuildAsync.updateFleetAsync(UpdateFleetRequest updateFleetRequest,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
Updates a compute fleet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetRequest |
UpdateFleetRequest.clone() |
UpdateFleetRequest |
UpdateFleetRequest.withArn(String arn)
The ARN of the compute fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withBaseCapacity(Integer baseCapacity)
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
|
UpdateFleetRequest |
UpdateFleetRequest.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
UpdateFleetRequest |
UpdateFleetRequest.withComputeType(String computeType)
Information about the compute resources the compute fleet uses.
|
UpdateFleetRequest |
UpdateFleetRequest.withEnvironmentType(EnvironmentType environmentType)
The environment type of the compute fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withEnvironmentType(String environmentType)
The environment type of the compute fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withScalingConfiguration(ScalingConfigurationInput scalingConfiguration)
The scaling configuration of the compute fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this compute fleet.
|
UpdateFleetRequest |
UpdateFleetRequest.withTags(Tag... tags)
A list of tag key and value pairs associated with this compute fleet.
|
Copyright © 2024. All rights reserved.