| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
Using AWS Batch, you can run batch computing workloads on the AWS Cloud.
|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelJobResponse |
BatchClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
default CancelJobResponse |
BatchClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels a job in an AWS Batch job queue.
|
default CreateComputeEnvironmentResponse |
BatchClient.createComputeEnvironment(Consumer<CreateComputeEnvironmentRequest.Builder> createComputeEnvironmentRequest)
Creates an AWS Batch compute environment.
|
default CreateComputeEnvironmentResponse |
BatchClient.createComputeEnvironment(CreateComputeEnvironmentRequest createComputeEnvironmentRequest)
Creates an AWS Batch compute environment.
|
default CreateJobQueueResponse |
BatchClient.createJobQueue(Consumer<CreateJobQueueRequest.Builder> createJobQueueRequest)
Creates an AWS Batch job queue.
|
default CreateJobQueueResponse |
BatchClient.createJobQueue(CreateJobQueueRequest createJobQueueRequest)
Creates an AWS Batch job queue.
|
default DeleteComputeEnvironmentResponse |
BatchClient.deleteComputeEnvironment(Consumer<DeleteComputeEnvironmentRequest.Builder> deleteComputeEnvironmentRequest)
Deletes an AWS Batch compute environment.
|
default DeleteComputeEnvironmentResponse |
BatchClient.deleteComputeEnvironment(DeleteComputeEnvironmentRequest deleteComputeEnvironmentRequest)
Deletes an AWS Batch compute environment.
|
default DeleteJobQueueResponse |
BatchClient.deleteJobQueue(Consumer<DeleteJobQueueRequest.Builder> deleteJobQueueRequest)
Deletes the specified job queue.
|
default DeleteJobQueueResponse |
BatchClient.deleteJobQueue(DeleteJobQueueRequest deleteJobQueueRequest)
Deletes the specified job queue.
|
default DeregisterJobDefinitionResponse |
BatchClient.deregisterJobDefinition(Consumer<DeregisterJobDefinitionRequest.Builder> deregisterJobDefinitionRequest)
Deregisters an AWS Batch job definition.
|
default DeregisterJobDefinitionResponse |
BatchClient.deregisterJobDefinition(DeregisterJobDefinitionRequest deregisterJobDefinitionRequest)
Deregisters an AWS Batch job definition.
|
default DescribeComputeEnvironmentsResponse |
BatchClient.describeComputeEnvironments()
Describes one or more of your compute environments.
|
default DescribeComputeEnvironmentsResponse |
BatchClient.describeComputeEnvironments(Consumer<DescribeComputeEnvironmentsRequest.Builder> describeComputeEnvironmentsRequest)
Describes one or more of your compute environments.
|
default DescribeComputeEnvironmentsResponse |
BatchClient.describeComputeEnvironments(DescribeComputeEnvironmentsRequest describeComputeEnvironmentsRequest)
Describes one or more of your compute environments.
|
default DescribeComputeEnvironmentsIterable |
BatchClient.describeComputeEnvironmentsPaginator()
Describes one or more of your compute environments.
|
default DescribeComputeEnvironmentsIterable |
BatchClient.describeComputeEnvironmentsPaginator(Consumer<DescribeComputeEnvironmentsRequest.Builder> describeComputeEnvironmentsRequest)
Describes one or more of your compute environments.
|
default DescribeComputeEnvironmentsIterable |
BatchClient.describeComputeEnvironmentsPaginator(DescribeComputeEnvironmentsRequest describeComputeEnvironmentsRequest)
Describes one or more of your compute environments.
|
default DescribeJobDefinitionsResponse |
BatchClient.describeJobDefinitions()
Describes a list of job definitions.
|
default DescribeJobDefinitionsResponse |
BatchClient.describeJobDefinitions(Consumer<DescribeJobDefinitionsRequest.Builder> describeJobDefinitionsRequest)
Describes a list of job definitions.
|
default DescribeJobDefinitionsResponse |
BatchClient.describeJobDefinitions(DescribeJobDefinitionsRequest describeJobDefinitionsRequest)
Describes a list of job definitions.
|
default DescribeJobDefinitionsIterable |
BatchClient.describeJobDefinitionsPaginator()
Describes a list of job definitions.
|
default DescribeJobDefinitionsIterable |
BatchClient.describeJobDefinitionsPaginator(Consumer<DescribeJobDefinitionsRequest.Builder> describeJobDefinitionsRequest)
Describes a list of job definitions.
|
default DescribeJobDefinitionsIterable |
BatchClient.describeJobDefinitionsPaginator(DescribeJobDefinitionsRequest describeJobDefinitionsRequest)
Describes a list of job definitions.
|
default DescribeJobQueuesResponse |
BatchClient.describeJobQueues()
Describes one or more of your job queues.
|
default DescribeJobQueuesResponse |
BatchClient.describeJobQueues(Consumer<DescribeJobQueuesRequest.Builder> describeJobQueuesRequest)
Describes one or more of your job queues.
|
default DescribeJobQueuesResponse |
BatchClient.describeJobQueues(DescribeJobQueuesRequest describeJobQueuesRequest)
Describes one or more of your job queues.
|
default DescribeJobQueuesIterable |
BatchClient.describeJobQueuesPaginator()
Describes one or more of your job queues.
|
default DescribeJobQueuesIterable |
BatchClient.describeJobQueuesPaginator(Consumer<DescribeJobQueuesRequest.Builder> describeJobQueuesRequest)
Describes one or more of your job queues.
|
default DescribeJobQueuesIterable |
BatchClient.describeJobQueuesPaginator(DescribeJobQueuesRequest describeJobQueuesRequest)
Describes one or more of your job queues.
|
default DescribeJobsResponse |
BatchClient.describeJobs(Consumer<DescribeJobsRequest.Builder> describeJobsRequest)
Describes a list of AWS Batch jobs.
|
default DescribeJobsResponse |
BatchClient.describeJobs(DescribeJobsRequest describeJobsRequest)
Describes a list of AWS Batch jobs.
|
default ListJobsResponse |
BatchClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns a list of AWS Batch jobs.
|
default ListJobsResponse |
BatchClient.listJobs(ListJobsRequest listJobsRequest)
Returns a list of AWS Batch jobs.
|
default ListJobsIterable |
BatchClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns a list of AWS Batch jobs.
|
default ListJobsIterable |
BatchClient.listJobsPaginator(ListJobsRequest listJobsRequest)
Returns a list of AWS Batch jobs.
|
default ListTagsForResourceResponse |
BatchClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for an AWS Batch resource.
|
default ListTagsForResourceResponse |
BatchClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for an AWS Batch resource.
|
default RegisterJobDefinitionResponse |
BatchClient.registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder> registerJobDefinitionRequest)
Registers an AWS Batch job definition.
|
default RegisterJobDefinitionResponse |
BatchClient.registerJobDefinition(RegisterJobDefinitionRequest registerJobDefinitionRequest)
Registers an AWS Batch job definition.
|
default SubmitJobResponse |
BatchClient.submitJob(Consumer<SubmitJobRequest.Builder> submitJobRequest)
Submits an AWS Batch job from a job definition.
|
default SubmitJobResponse |
BatchClient.submitJob(SubmitJobRequest submitJobRequest)
Submits an AWS Batch job from a job definition.
|
default TagResourceResponse |
BatchClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
BatchClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TerminateJobResponse |
BatchClient.terminateJob(Consumer<TerminateJobRequest.Builder> terminateJobRequest)
Terminates a job in a job queue.
|
default TerminateJobResponse |
BatchClient.terminateJob(TerminateJobRequest terminateJobRequest)
Terminates a job in a job queue.
|
default UntagResourceResponse |
BatchClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from an AWS Batch resource.
|
default UntagResourceResponse |
BatchClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from an AWS Batch resource.
|
default UpdateComputeEnvironmentResponse |
BatchClient.updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder> updateComputeEnvironmentRequest)
Updates an AWS Batch compute environment.
|
default UpdateComputeEnvironmentResponse |
BatchClient.updateComputeEnvironment(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest)
Updates an AWS Batch compute environment.
|
default UpdateJobQueueResponse |
BatchClient.updateJobQueue(Consumer<UpdateJobQueueRequest.Builder> updateJobQueueRequest)
Updates a job queue.
|
default UpdateJobQueueResponse |
BatchClient.updateJobQueue(UpdateJobQueueRequest updateJobQueueRequest)
Updates a job queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientException
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that
doesn't have permissions to use the action or resource, or specifying an identifier that's not valid.
|
class |
ServerException
These errors are usually caused by a server issue.
|
| Modifier and Type | Method and Description |
|---|---|
BatchException |
BatchException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(BatchException ex) |
Copyright © 2021. All rights reserved.