Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
ComputeResourceUpdate |
ComputeResourceUpdate.clone() |
ComputeResourceUpdate |
UpdateComputeEnvironmentRequest.getComputeResources()
Details of the compute resources managed by the compute environment.
|
ComputeResourceUpdate |
ComputeResourceUpdate.withDesiredvCpus(Integer desiredvCpus)
The desired number of EC2 vCPUS in the compute environment.
|
ComputeResourceUpdate |
ComputeResourceUpdate.withMaxvCpus(Integer maxvCpus)
The maximum number of EC2 vCPUs that an environment can reach.
|
ComputeResourceUpdate |
ComputeResourceUpdate.withMinvCpus(Integer minvCpus)
The minimum number of EC2 vCPUs that an environment should maintain.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateComputeEnvironmentRequest.setComputeResources(ComputeResourceUpdate computeResources)
Details of the compute resources managed by the compute environment.
|
UpdateComputeEnvironmentRequest |
UpdateComputeEnvironmentRequest.withComputeResources(ComputeResourceUpdate computeResources)
Details of the compute resources managed by the compute environment.
|
Copyright © 2018. All rights reserved.