| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
FairsharePolicy |
FairsharePolicy.clone() |
FairsharePolicy |
CreateSchedulingPolicyRequest.getFairsharePolicy()
The fair share policy of the scheduling policy.
|
FairsharePolicy |
UpdateSchedulingPolicyRequest.getFairsharePolicy()
The fair share policy.
|
FairsharePolicy |
SchedulingPolicyDetail.getFairsharePolicy()
The fair share policy for the scheduling policy.
|
FairsharePolicy |
FairsharePolicy.withComputeReservation(Integer computeReservation)
A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been
used.
|
FairsharePolicy |
FairsharePolicy.withShareDecaySeconds(Integer shareDecaySeconds)
The time period to use to calculate a fair share percentage for each fair share identifier in use, in seconds.
|
FairsharePolicy |
FairsharePolicy.withShareDistribution(Collection<ShareAttributes> shareDistribution)
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
FairsharePolicy |
FairsharePolicy.withShareDistribution(ShareAttributes... shareDistribution)
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSchedulingPolicyRequest.setFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy of the scheduling policy.
|
void |
UpdateSchedulingPolicyRequest.setFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy.
|
void |
SchedulingPolicyDetail.setFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy for the scheduling policy.
|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.withFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy of the scheduling policy.
|
UpdateSchedulingPolicyRequest |
UpdateSchedulingPolicyRequest.withFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy.
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.withFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy for the scheduling policy.
|
Copyright © 2022. All rights reserved.