Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
SchedulingPolicyDetail |
SchedulingPolicyDetail.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.clearTagsEntries()
Removes all the entries added into Tags.
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.clone() |
SchedulingPolicyDetail |
SchedulingPolicyDetail.withArn(String arn)
The Amazon Resource Name (ARN) of the scheduling policy.
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.withFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy for the scheduling policy.
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.withName(String name)
The name of the scheduling policy.
|
SchedulingPolicyDetail |
SchedulingPolicyDetail.withTags(Map<String,String> tags)
The tags that you apply to the scheduling policy to categorize and organize your resources.
|
Modifier and Type | Method and Description |
---|---|
List<SchedulingPolicyDetail> |
DescribeSchedulingPoliciesResult.getSchedulingPolicies()
The list of scheduling policies.
|
Modifier and Type | Method and Description |
---|---|
DescribeSchedulingPoliciesResult |
DescribeSchedulingPoliciesResult.withSchedulingPolicies(SchedulingPolicyDetail... schedulingPolicies)
The list of scheduling policies.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSchedulingPoliciesResult.setSchedulingPolicies(Collection<SchedulingPolicyDetail> schedulingPolicies)
The list of scheduling policies.
|
DescribeSchedulingPoliciesResult |
DescribeSchedulingPoliciesResult.withSchedulingPolicies(Collection<SchedulingPolicyDetail> schedulingPolicies)
The list of scheduling policies.
|
Copyright © 2022. All rights reserved.