| Package | Description |
|---|---|
| com.amazonaws.services.batch |
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSchedulingPolicyResult> |
AWSBatchAsyncClient.createSchedulingPolicyAsync(CreateSchedulingPolicyRequest request,
AsyncHandler<CreateSchedulingPolicyRequest,CreateSchedulingPolicyResult> asyncHandler) |
Future<CreateSchedulingPolicyResult> |
AbstractAWSBatchAsync.createSchedulingPolicyAsync(CreateSchedulingPolicyRequest request,
AsyncHandler<CreateSchedulingPolicyRequest,CreateSchedulingPolicyResult> asyncHandler) |
Future<CreateSchedulingPolicyResult> |
AWSBatchAsync.createSchedulingPolicyAsync(CreateSchedulingPolicyRequest createSchedulingPolicyRequest,
AsyncHandler<CreateSchedulingPolicyRequest,CreateSchedulingPolicyResult> asyncHandler)
Creates an Batch scheduling policy.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.clone() |
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.withFairsharePolicy(FairsharePolicy fairsharePolicy)
The fair share policy of the scheduling policy.
|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.withName(String name)
The name of the scheduling policy.
|
CreateSchedulingPolicyRequest |
CreateSchedulingPolicyRequest.withTags(Map<String,String> tags)
The tags that you apply to the scheduling policy to help you categorize and organize your resources.
|
Copyright © 2025. All rights reserved.