Uses of Class
software.amazon.awssdk.services.codebuild.model.ComputeConfiguration
-
Packages that use ComputeConfiguration Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ComputeConfiguration in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ComputeConfiguration Modifier and Type Method Description ComputeConfigurationCreateFleetRequest. computeConfiguration()The compute configuration of the compute fleet.ComputeConfigurationFleet. computeConfiguration()The compute configuration of the compute fleet.ComputeConfigurationProjectEnvironment. computeConfiguration()The compute configuration of the build project.ComputeConfigurationUpdateFleetRequest. computeConfiguration()The compute configuration of the compute fleet.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ComputeConfiguration Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration of the compute fleet.Fleet.BuilderFleet.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration of the compute fleet.ProjectEnvironment.BuilderProjectEnvironment.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration of the build project.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration of the compute fleet.
-