default CancelJobResponse |
BatchClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest) |
Cancels a job in an Batch job queue.
|
default CancelJobResponse |
BatchClient.cancelJob(CancelJobRequest cancelJobRequest) |
Cancels a job in an Batch job queue.
|
default CreateComputeEnvironmentResponse |
BatchClient.createComputeEnvironment(Consumer<CreateComputeEnvironmentRequest.Builder> createComputeEnvironmentRequest) |
Creates an Batch compute environment.
|
default CreateComputeEnvironmentResponse |
BatchClient.createComputeEnvironment(CreateComputeEnvironmentRequest createComputeEnvironmentRequest) |
Creates an Batch compute environment.
|
default CreateJobQueueResponse |
BatchClient.createJobQueue(Consumer<CreateJobQueueRequest.Builder> createJobQueueRequest) |
Creates an Batch job queue.
|
default CreateJobQueueResponse |
BatchClient.createJobQueue(CreateJobQueueRequest createJobQueueRequest) |
Creates an Batch job queue.
|
default CreateSchedulingPolicyResponse |
BatchClient.createSchedulingPolicy(Consumer<CreateSchedulingPolicyRequest.Builder> createSchedulingPolicyRequest) |
Creates an Batch scheduling policy.
|
default CreateSchedulingPolicyResponse |
BatchClient.createSchedulingPolicy(CreateSchedulingPolicyRequest createSchedulingPolicyRequest) |
Creates an Batch scheduling policy.
|
default DeleteComputeEnvironmentResponse |
BatchClient.deleteComputeEnvironment(Consumer<DeleteComputeEnvironmentRequest.Builder> deleteComputeEnvironmentRequest) |
Deletes an Batch compute environment.
|
default DeleteComputeEnvironmentResponse |
BatchClient.deleteComputeEnvironment(DeleteComputeEnvironmentRequest deleteComputeEnvironmentRequest) |
Deletes an 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 DeleteSchedulingPolicyResponse |
BatchClient.deleteSchedulingPolicy(Consumer<DeleteSchedulingPolicyRequest.Builder> deleteSchedulingPolicyRequest) |
Deletes the specified scheduling policy.
|
default DeleteSchedulingPolicyResponse |
BatchClient.deleteSchedulingPolicy(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest) |
Deletes the specified scheduling policy.
|
default DeregisterJobDefinitionResponse |
BatchClient.deregisterJobDefinition(Consumer<DeregisterJobDefinitionRequest.Builder> deregisterJobDefinitionRequest) |
Deregisters an Batch job definition.
|
default DeregisterJobDefinitionResponse |
BatchClient.deregisterJobDefinition(DeregisterJobDefinitionRequest deregisterJobDefinitionRequest) |
Deregisters an 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 Batch jobs.
|
default DescribeJobsResponse |
BatchClient.describeJobs(DescribeJobsRequest describeJobsRequest) |
Describes a list of Batch jobs.
|
default DescribeSchedulingPoliciesResponse |
BatchClient.describeSchedulingPolicies(Consumer<DescribeSchedulingPoliciesRequest.Builder> describeSchedulingPoliciesRequest) |
Describes one or more of your scheduling policies.
|
default DescribeSchedulingPoliciesResponse |
BatchClient.describeSchedulingPolicies(DescribeSchedulingPoliciesRequest describeSchedulingPoliciesRequest) |
Describes one or more of your scheduling policies.
|
default ListJobsResponse |
BatchClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest) |
Returns a list of Batch jobs.
|
default ListJobsResponse |
BatchClient.listJobs(ListJobsRequest listJobsRequest) |
Returns a list of Batch jobs.
|
default ListJobsIterable |
BatchClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest) |
Returns a list of Batch jobs.
|
default ListJobsIterable |
BatchClient.listJobsPaginator(ListJobsRequest listJobsRequest) |
Returns a list of Batch jobs.
|
default ListSchedulingPoliciesResponse |
BatchClient.listSchedulingPolicies(Consumer<ListSchedulingPoliciesRequest.Builder> listSchedulingPoliciesRequest) |
Returns a list of Batch scheduling policies.
|
default ListSchedulingPoliciesResponse |
BatchClient.listSchedulingPolicies(ListSchedulingPoliciesRequest listSchedulingPoliciesRequest) |
Returns a list of Batch scheduling policies.
|
default ListSchedulingPoliciesIterable |
BatchClient.listSchedulingPoliciesPaginator(Consumer<ListSchedulingPoliciesRequest.Builder> listSchedulingPoliciesRequest) |
Returns a list of Batch scheduling policies.
|
default ListSchedulingPoliciesIterable |
BatchClient.listSchedulingPoliciesPaginator(ListSchedulingPoliciesRequest listSchedulingPoliciesRequest) |
Returns a list of Batch scheduling policies.
|
default ListTagsForResourceResponse |
BatchClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists the tags for an Batch resource.
|
default ListTagsForResourceResponse |
BatchClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists the tags for an Batch resource.
|
default RegisterJobDefinitionResponse |
BatchClient.registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder> registerJobDefinitionRequest) |
Registers an Batch job definition.
|
default RegisterJobDefinitionResponse |
BatchClient.registerJobDefinition(RegisterJobDefinitionRequest registerJobDefinitionRequest) |
Registers an Batch job definition.
|
default SubmitJobResponse |
BatchClient.submitJob(Consumer<SubmitJobRequest.Builder> submitJobRequest) |
Submits an Batch job from a job definition.
|
default SubmitJobResponse |
BatchClient.submitJob(SubmitJobRequest submitJobRequest) |
Submits an 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 Batch resource.
|
default UntagResourceResponse |
BatchClient.untagResource(UntagResourceRequest untagResourceRequest) |
Deletes specified tags from an Batch resource.
|
default UpdateComputeEnvironmentResponse |
BatchClient.updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder> updateComputeEnvironmentRequest) |
Updates an Batch compute environment.
|
default UpdateComputeEnvironmentResponse |
BatchClient.updateComputeEnvironment(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest) |
Updates an 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.
|
default UpdateSchedulingPolicyResponse |
BatchClient.updateSchedulingPolicy(Consumer<UpdateSchedulingPolicyRequest.Builder> updateSchedulingPolicyRequest) |
Updates a scheduling policy.
|
default UpdateSchedulingPolicyResponse |
BatchClient.updateSchedulingPolicy(UpdateSchedulingPolicyRequest updateSchedulingPolicyRequest) |
Updates a scheduling policy.
|