Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

allocationStrategy() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated.
allocationStrategy(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated.
allocationStrategy(CRAllocationStrategy) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated.
allocationStrategyAsString() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The allocation strategy to use for the compute resource in case not enough instances of the best fitting instance type can be allocated.
ArrayJobDependency - Enum in software.amazon.awssdk.services.batch.model
 
arrayJobId() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The job ID for an array job.
arrayJobId(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The job ID for an array job.
ArrayProperties - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch array job.
arrayProperties() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The array properties of the job, if it is an array job.
arrayProperties(ArrayPropertiesDetail) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The array properties of the job, if it is an array job.
arrayProperties(Consumer<ArrayPropertiesDetail.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The array properties of the job, if it is an array job.
arrayProperties() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The array properties of the job, if it is an array job.
arrayProperties(ArrayPropertiesSummary) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The array properties of the job, if it is an array job.
arrayProperties(Consumer<ArrayPropertiesSummary.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The array properties of the job, if it is an array job.
arrayProperties() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The array properties for the submitted job, such as the size of the array.
arrayProperties(ArrayProperties) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The array properties for the submitted job, such as the size of the array.
arrayProperties(Consumer<ArrayProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The array properties for the submitted job, such as the size of the array.
ArrayProperties.Builder - Interface in software.amazon.awssdk.services.batch.model
 
ArrayPropertiesDetail - Class in software.amazon.awssdk.services.batch.model
An object representing the array properties of a job.
ArrayPropertiesDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
ArrayPropertiesSummary - Class in software.amazon.awssdk.services.batch.model
An object representing the array properties of a job.
ArrayPropertiesSummary.Builder - Interface in software.amazon.awssdk.services.batch.model
 
attachmentId() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
The attachment ID for the network interface.
attachmentId(String) - Method in interface software.amazon.awssdk.services.batch.model.NetworkInterface.Builder
The attachment ID for the network interface.
AttemptContainerDetail - Class in software.amazon.awssdk.services.batch.model
An object representing the details of a container that is part of a job attempt.
AttemptContainerDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
AttemptDetail - Class in software.amazon.awssdk.services.batch.model
An object representing a job attempt.
AttemptDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
attemptDurationSeconds() - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
The time duration in seconds (measured from the job attempt's startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.
attemptDurationSeconds(Integer) - Method in interface software.amazon.awssdk.services.batch.model.JobTimeout.Builder
The time duration in seconds (measured from the job attempt's startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.
attempts() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
A list of job attempts associated with this job.
attempts(Collection<AttemptDetail>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job attempts associated with this job.
attempts(AttemptDetail...) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job attempts associated with this job.
attempts(Consumer<AttemptDetail.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job attempts associated with this job.
attempts() - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
The number of times to move a job to the RUNNABLE status.
attempts(Integer) - Method in interface software.amazon.awssdk.services.batch.model.RetryStrategy.Builder
The number of times to move a job to the RUNNABLE status.
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.batch.model.BatchException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.batch.model.ClientException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.batch.model.ServerException.Builder
 

B

BatchAsyncClient - Interface in software.amazon.awssdk.services.batch
Service client for accessing AWS Batch asynchronously.
BatchAsyncClientBuilder - Interface in software.amazon.awssdk.services.batch
A builder for creating an instance of BatchAsyncClient.
BatchBaseClientBuilder<B extends BatchBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.batch
This includes configuration specific to AWS Batch that is supported by both BatchClientBuilder and BatchAsyncClientBuilder.
BatchClient - Interface in software.amazon.awssdk.services.batch
Service client for accessing AWS Batch.
BatchClientBuilder - Interface in software.amazon.awssdk.services.batch
A builder for creating an instance of BatchClient.
BatchException - Exception in software.amazon.awssdk.services.batch.model
 
BatchException(BatchException.Builder) - Constructor for exception software.amazon.awssdk.services.batch.model.BatchException
 
BatchException.Builder - Interface in software.amazon.awssdk.services.batch.model
 
BatchException.BuilderImpl - Class in software.amazon.awssdk.services.batch.model
 
BatchRequest - Class in software.amazon.awssdk.services.batch.model
 
BatchRequest(BatchRequest.Builder) - Constructor for class software.amazon.awssdk.services.batch.model.BatchRequest
 
BatchRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
BatchRequest.BuilderImpl - Class in software.amazon.awssdk.services.batch.model
 
BatchResponse - Class in software.amazon.awssdk.services.batch.model
 
BatchResponse(BatchResponse.Builder) - Constructor for class software.amazon.awssdk.services.batch.model.BatchResponse
 
BatchResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
BatchResponse.BuilderImpl - Class in software.amazon.awssdk.services.batch.model
 
BatchResponseMetadata - Class in software.amazon.awssdk.services.batch.model
 
bidPercentage() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched.
bidPercentage(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched.
build() - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.batch.model.BatchRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.batch.model.BatchResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Create a builder that can be used to configure and create a BatchAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.batch.BatchClient
Create a builder that can be used to configure and create a BatchClient.
builder() - Static method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
builder() - Static method in exception software.amazon.awssdk.services.batch.model.BatchException
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
builder() - Static method in exception software.amazon.awssdk.services.batch.model.ClientException
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.Device
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.Host
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobDependency
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobSummary
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.MountPoint
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
builder() - Static method in exception software.amazon.awssdk.services.batch.model.ServerException
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.Ulimit
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
builder() - Static method in class software.amazon.awssdk.services.batch.model.Volume
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
BuilderImpl(BatchException) - Constructor for class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.batch.model.BatchRequest.BuilderImpl
 
BuilderImpl(BatchRequest) - Constructor for class software.amazon.awssdk.services.batch.model.BatchRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.batch.model.BatchResponse.BuilderImpl
 
BuilderImpl(BatchResponse) - Constructor for class software.amazon.awssdk.services.batch.model.BatchResponse.BuilderImpl
 

C

cancelJob(CancelJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Cancels a job in an AWS Batch job queue.
cancelJob(Consumer<CancelJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Cancels a job in an AWS Batch job queue.
cancelJob(CancelJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Cancels a job in an AWS Batch job queue.
cancelJob(Consumer<CancelJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Cancels a job in an AWS Batch job queue.
CancelJobRequest - Class in software.amazon.awssdk.services.batch.model
 
CancelJobRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
CancelJobRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
CancelJobRequest Marshaller
CancelJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.CancelJobRequestMarshaller
 
CancelJobResponse - Class in software.amazon.awssdk.services.batch.model
 
CancelJobResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.batch.model.BatchException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.batch.model.ClientException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.batch.model.ServerException.Builder
 
CEState - Enum in software.amazon.awssdk.services.batch.model
 
CEStatus - Enum in software.amazon.awssdk.services.batch.model
 
CEType - Enum in software.amazon.awssdk.services.batch.model
 
ClientException - Exception in software.amazon.awssdk.services.batch.model
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 is not valid.
ClientException.Builder - Interface in software.amazon.awssdk.services.batch.model
 
command(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The command that is passed to the container.
command(String...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The command that is passed to the container.
command() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The command that is passed to the container.
command(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The command to send to the container that overrides the default command from the Docker image or the job definition.
command(String...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The command to send to the container that overrides the default command from the Docker image or the job definition.
command() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The command to send to the container that overrides the default command from the Docker image or the job definition.
command(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The command that is passed to the container.
command(String...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The command that is passed to the container.
command() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The command that is passed to the container.
computeEnvironment(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder.Builder
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironment() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironment(String) - Method in interface software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest.Builder
The name or Amazon Resource Name (ARN) of the compute environment to delete.
computeEnvironment() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
The name or Amazon Resource Name (ARN) of the compute environment to delete.
computeEnvironment(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
The name or full Amazon Resource Name (ARN) of the compute environment to update.
computeEnvironment() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
The name or full Amazon Resource Name (ARN) of the compute environment to update.
computeEnvironmentArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse.Builder
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse.Builder
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
The Amazon Resource Name (ARN) of the compute environment.
ComputeEnvironmentDetail - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch compute environment.
ComputeEnvironmentDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
computeEnvironmentName(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The name of the compute environment.
computeEnvironmentName() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The name of the compute environment.
computeEnvironmentName(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The name for your compute environment.
computeEnvironmentName() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The name for your compute environment.
computeEnvironmentName(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse.Builder
The name of the compute environment.
computeEnvironmentName() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
The name of the compute environment.
computeEnvironmentName(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse.Builder
The name of the compute environment.
computeEnvironmentName() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
The name of the compute environment.
ComputeEnvironmentOrder - Class in software.amazon.awssdk.services.batch.model
The order in which compute environments are tried for job placement within a queue.
computeEnvironmentOrder(Collection<ComputeEnvironmentOrder>) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder(ComputeEnvironmentOrder...) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder(Consumer<ComputeEnvironmentOrder.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
The set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder(Collection<ComputeEnvironmentOrder>) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The compute environments that are attached to the job queue and the order in which job placement is preferred.
computeEnvironmentOrder(ComputeEnvironmentOrder...) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The compute environments that are attached to the job queue and the order in which job placement is preferred.
computeEnvironmentOrder(Consumer<ComputeEnvironmentOrder.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The compute environments that are attached to the job queue and the order in which job placement is preferred.
computeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The compute environments that are attached to the job queue and the order in which job placement is preferred.
computeEnvironmentOrder(Collection<ComputeEnvironmentOrder>) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
Details the set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder(ComputeEnvironmentOrder...) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
Details the set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder(Consumer<ComputeEnvironmentOrder.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
Details the set of compute environments mapped to a job queue and their order relative to each other.
computeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
Details the set of compute environments mapped to a job queue and their order relative to each other.
ComputeEnvironmentOrder.Builder - Interface in software.amazon.awssdk.services.batch.model
 
computeEnvironments(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
A list of up to 100 compute environment names or full Amazon Resource Name (ARN) entries.
computeEnvironments(String...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
A list of up to 100 compute environment names or full Amazon Resource Name (ARN) entries.
computeEnvironments() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
A list of up to 100 compute environment names or full Amazon Resource Name (ARN) entries.
computeEnvironments(Collection<ComputeEnvironmentDetail>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse.Builder
The list of compute environments.
computeEnvironments(ComputeEnvironmentDetail...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse.Builder
The list of compute environments.
computeEnvironments(Consumer<ComputeEnvironmentDetail.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse.Builder
The list of compute environments.
computeEnvironments() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
The list of compute environments.
computeEnvironments() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsIterable
Returns an iterable to iterate through the paginated DescribeComputeEnvironmentsResponse.computeEnvironments() member.
computeEnvironments() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsPublisher
Returns a publisher that can be used to get a stream of data.
ComputeResource - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch compute resource.
ComputeResource.Builder - Interface in software.amazon.awssdk.services.batch.model
 
computeResources(ComputeResource) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The compute resources defined for the compute environment.
computeResources(Consumer<ComputeResource.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The compute resources defined for the compute environment.
computeResources() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The compute resources defined for the compute environment.
computeResources(ComputeResource) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
Details of the compute resources managed by the compute environment.
computeResources(Consumer<ComputeResource.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
Details of the compute resources managed by the compute environment.
computeResources() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
Details of the compute resources managed by the compute environment.
computeResources(ComputeResourceUpdate) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
Details of the compute resources managed by the compute environment.
computeResources(Consumer<ComputeResourceUpdate.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
Details of the compute resources managed by the compute environment.
computeResources() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
Details of the compute resources managed by the compute environment.
ComputeResourceUpdate - Class in software.amazon.awssdk.services.batch.model
An object representing the attributes of a compute environment that can be updated.
ComputeResourceUpdate.Builder - Interface in software.amazon.awssdk.services.batch.model
 
container(AttemptContainerDetail) - Method in interface software.amazon.awssdk.services.batch.model.AttemptDetail.Builder
Details about the container in this job attempt.
container(Consumer<AttemptContainerDetail.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.AttemptDetail.Builder
Details about the container in this job attempt.
container() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
Details about the container in this job attempt.
container(ContainerDetail) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the details of the container that is associated with the job.
container(Consumer<ContainerDetail.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the details of the container that is associated with the job.
container() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
An object representing the details of the container that is associated with the job.
container(ContainerSummary) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
An object representing the details of the container that is associated with the job.
container(Consumer<ContainerSummary.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
An object representing the details of the container that is associated with the job.
container() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
An object representing the details of the container that is associated with the job.
container(ContainerProperties) - Method in interface software.amazon.awssdk.services.batch.model.NodeRangeProperty.Builder
The container details for the node range.
container(Consumer<ContainerProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.NodeRangeProperty.Builder
The container details for the node range.
container() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
The container details for the node range.
ContainerDetail - Class in software.amazon.awssdk.services.batch.model
An object representing the details of a container that is part of a job.
ContainerDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
containerInstanceArn(String) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
containerInstanceArn() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
containerInstanceArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The Amazon Resource Name (ARN) of the container instance on which the container is running.
containerInstanceArn() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The Amazon Resource Name (ARN) of the container instance on which the container is running.
ContainerOverrides - Class in software.amazon.awssdk.services.batch.model
The overrides that should be sent to a container.
containerOverrides(ContainerOverrides) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertyOverride.Builder
The overrides that should be sent to a node range.
containerOverrides(Consumer<ContainerOverrides.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertyOverride.Builder
The overrides that should be sent to a node range.
containerOverrides() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
The overrides that should be sent to a node range.
containerOverrides(ContainerOverrides) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
containerOverrides(Consumer<ContainerOverrides.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
containerOverrides() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
ContainerOverrides.Builder - Interface in software.amazon.awssdk.services.batch.model
 
containerPath(String) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The path inside the container at which to expose the host device.
containerPath() - Method in class software.amazon.awssdk.services.batch.model.Device
The path inside the container at which to expose the host device.
containerPath(String) - Method in interface software.amazon.awssdk.services.batch.model.MountPoint.Builder
The path on the container at which to mount the host volume.
containerPath() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
The path on the container at which to mount the host volume.
ContainerProperties - Class in software.amazon.awssdk.services.batch.model
Container properties are used in job definitions to describe the container that is launched as part of a job.
containerProperties(ContainerProperties) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
An object with various properties specific to container-based jobs.
containerProperties(Consumer<ContainerProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
An object with various properties specific to container-based jobs.
containerProperties() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
An object with various properties specific to container-based jobs.
containerProperties(ContainerProperties) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
An object with various properties specific to single-node container-based jobs.
containerProperties(Consumer<ContainerProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
An object with various properties specific to single-node container-based jobs.
containerProperties() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
An object with various properties specific to single-node container-based jobs.
ContainerProperties.Builder - Interface in software.amazon.awssdk.services.batch.model
 
ContainerSummary - Class in software.amazon.awssdk.services.batch.model
An object representing summary details of a container within a job.
ContainerSummary.Builder - Interface in software.amazon.awssdk.services.batch.model
 
CRAllocationStrategy - Enum in software.amazon.awssdk.services.batch.model
 
create() - Static method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Create a BatchAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.batch.BatchClient
Create a BatchClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.batch.model.BatchResponseMetadata
 
createComputeEnvironment(CreateComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Creates an AWS Batch compute environment.
createComputeEnvironment(Consumer<CreateComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Creates an AWS Batch compute environment.
createComputeEnvironment(CreateComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Creates an AWS Batch compute environment.
createComputeEnvironment(Consumer<CreateComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Creates an AWS Batch compute environment.
CreateComputeEnvironmentRequest - Class in software.amazon.awssdk.services.batch.model
 
CreateComputeEnvironmentRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
CreateComputeEnvironmentRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
CreateComputeEnvironmentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.CreateComputeEnvironmentRequestMarshaller
 
CreateComputeEnvironmentResponse - Class in software.amazon.awssdk.services.batch.model
 
CreateComputeEnvironmentResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
createdAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The Unix timestamp (in seconds and milliseconds) for when the job was created.
createdAt() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The Unix timestamp (in seconds and milliseconds) for when the job was created.
createdAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The Unix timestamp for when the job was created.
createdAt() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The Unix timestamp for when the job was created.
createJobQueue(CreateJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Creates an AWS Batch job queue.
createJobQueue(Consumer<CreateJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Creates an AWS Batch job queue.
createJobQueue(CreateJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Creates an AWS Batch job queue.
createJobQueue(Consumer<CreateJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Creates an AWS Batch job queue.
CreateJobQueueRequest - Class in software.amazon.awssdk.services.batch.model
 
CreateJobQueueRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
CreateJobQueueRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
CreateJobQueueRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.CreateJobQueueRequestMarshaller
 
CreateJobQueueResponse - Class in software.amazon.awssdk.services.batch.model
 
CreateJobQueueResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
CRType - Enum in software.amazon.awssdk.services.batch.model
 

D

deleteComputeEnvironment(DeleteComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deletes an AWS Batch compute environment.
deleteComputeEnvironment(Consumer<DeleteComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deletes an AWS Batch compute environment.
deleteComputeEnvironment(DeleteComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deletes an AWS Batch compute environment.
deleteComputeEnvironment(Consumer<DeleteComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deletes an AWS Batch compute environment.
DeleteComputeEnvironmentRequest - Class in software.amazon.awssdk.services.batch.model
 
DeleteComputeEnvironmentRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DeleteComputeEnvironmentRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DeleteComputeEnvironmentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DeleteComputeEnvironmentRequestMarshaller
 
DeleteComputeEnvironmentResponse - Class in software.amazon.awssdk.services.batch.model
 
DeleteComputeEnvironmentResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
deleteJobQueue(DeleteJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deletes the specified job queue.
deleteJobQueue(Consumer<DeleteJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deletes the specified job queue.
deleteJobQueue(DeleteJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deletes the specified job queue.
deleteJobQueue(Consumer<DeleteJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deletes the specified job queue.
DeleteJobQueueRequest - Class in software.amazon.awssdk.services.batch.model
 
DeleteJobQueueRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DeleteJobQueueRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DeleteJobQueueRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DeleteJobQueueRequestMarshaller
 
DeleteJobQueueResponse - Class in software.amazon.awssdk.services.batch.model
 
DeleteJobQueueResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
dependsOn(Collection<JobDependency>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job IDs on which this job depends.
dependsOn(JobDependency...) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job IDs on which this job depends.
dependsOn(Consumer<JobDependency.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A list of job IDs on which this job depends.
dependsOn() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
A list of job IDs on which this job depends.
dependsOn(Collection<JobDependency>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of dependencies for the job.
dependsOn(JobDependency...) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of dependencies for the job.
dependsOn(Consumer<JobDependency.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of dependencies for the job.
dependsOn() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
A list of dependencies for the job.
deregisterJobDefinition(DeregisterJobDefinitionRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deregisters an AWS Batch job definition.
deregisterJobDefinition(Consumer<DeregisterJobDefinitionRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Deregisters an AWS Batch job definition.
deregisterJobDefinition(DeregisterJobDefinitionRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deregisters an AWS Batch job definition.
deregisterJobDefinition(Consumer<DeregisterJobDefinitionRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Deregisters an AWS Batch job definition.
DeregisterJobDefinitionRequest - Class in software.amazon.awssdk.services.batch.model
 
DeregisterJobDefinitionRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DeregisterJobDefinitionRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DeregisterJobDefinitionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DeregisterJobDefinitionRequestMarshaller
 
DeregisterJobDefinitionResponse - Class in software.amazon.awssdk.services.batch.model
 
DeregisterJobDefinitionResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
describeComputeEnvironments(DescribeComputeEnvironmentsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironments(Consumer<DescribeComputeEnvironmentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironments() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironments() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
describeComputeEnvironments(DescribeComputeEnvironmentsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
describeComputeEnvironments(Consumer<DescribeComputeEnvironmentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
DescribeComputeEnvironmentsIterable - Class in software.amazon.awssdk.services.batch.paginators
DescribeComputeEnvironmentsIterable(BatchClient, DescribeComputeEnvironmentsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsIterable
 
describeComputeEnvironmentsPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironmentsPaginator(DescribeComputeEnvironmentsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironmentsPaginator(Consumer<DescribeComputeEnvironmentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your compute environments.
describeComputeEnvironmentsPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
describeComputeEnvironmentsPaginator(DescribeComputeEnvironmentsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
describeComputeEnvironmentsPaginator(Consumer<DescribeComputeEnvironmentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your compute environments.
DescribeComputeEnvironmentsPublisher - Class in software.amazon.awssdk.services.batch.paginators
DescribeComputeEnvironmentsPublisher(BatchAsyncClient, DescribeComputeEnvironmentsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsPublisher
 
DescribeComputeEnvironmentsRequest - Class in software.amazon.awssdk.services.batch.model
 
DescribeComputeEnvironmentsRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DescribeComputeEnvironmentsRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DescribeComputeEnvironmentsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DescribeComputeEnvironmentsRequestMarshaller
 
DescribeComputeEnvironmentsResponse - Class in software.amazon.awssdk.services.batch.model
 
DescribeComputeEnvironmentsResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
describeJobDefinitions(DescribeJobDefinitionsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitions(Consumer<DescribeJobDefinitionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitions() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitions() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
describeJobDefinitions(DescribeJobDefinitionsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
describeJobDefinitions(Consumer<DescribeJobDefinitionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
DescribeJobDefinitionsIterable - Class in software.amazon.awssdk.services.batch.paginators
DescribeJobDefinitionsIterable(BatchClient, DescribeJobDefinitionsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsIterable
 
describeJobDefinitionsPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitionsPaginator(DescribeJobDefinitionsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitionsPaginator(Consumer<DescribeJobDefinitionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of job definitions.
describeJobDefinitionsPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
describeJobDefinitionsPaginator(DescribeJobDefinitionsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
describeJobDefinitionsPaginator(Consumer<DescribeJobDefinitionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of job definitions.
DescribeJobDefinitionsPublisher - Class in software.amazon.awssdk.services.batch.paginators
DescribeJobDefinitionsPublisher(BatchAsyncClient, DescribeJobDefinitionsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsPublisher
 
DescribeJobDefinitionsRequest - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobDefinitionsRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DescribeJobDefinitionsRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DescribeJobDefinitionsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DescribeJobDefinitionsRequestMarshaller
 
DescribeJobDefinitionsResponse - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobDefinitionsResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
describeJobQueues(DescribeJobQueuesRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueues(Consumer<DescribeJobQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueues() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueues() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
describeJobQueues(DescribeJobQueuesRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
describeJobQueues(Consumer<DescribeJobQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
DescribeJobQueuesIterable - Class in software.amazon.awssdk.services.batch.paginators
Represents the output for the BatchClient.describeJobQueuesPaginator(software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest) operation which is a paginated operation.
DescribeJobQueuesIterable(BatchClient, DescribeJobQueuesRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesIterable
 
describeJobQueuesPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueuesPaginator(DescribeJobQueuesRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueuesPaginator(Consumer<DescribeJobQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes one or more of your job queues.
describeJobQueuesPaginator() - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
describeJobQueuesPaginator(DescribeJobQueuesRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
describeJobQueuesPaginator(Consumer<DescribeJobQueuesRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes one or more of your job queues.
DescribeJobQueuesPublisher - Class in software.amazon.awssdk.services.batch.paginators
DescribeJobQueuesPublisher(BatchAsyncClient, DescribeJobQueuesRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesPublisher
 
DescribeJobQueuesRequest - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobQueuesRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DescribeJobQueuesRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DescribeJobQueuesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DescribeJobQueuesRequestMarshaller
 
DescribeJobQueuesResponse - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobQueuesResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
describeJobs(DescribeJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of AWS Batch jobs.
describeJobs(Consumer<DescribeJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Describes a list of AWS Batch jobs.
describeJobs(DescribeJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of AWS Batch jobs.
describeJobs(Consumer<DescribeJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Describes a list of AWS Batch jobs.
DescribeJobsRequest - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobsRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DescribeJobsRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
DescribeJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.DescribeJobsRequestMarshaller
 
DescribeJobsResponse - Class in software.amazon.awssdk.services.batch.model
 
DescribeJobsResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
desiredvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The desired number of Amazon EC2 vCPUS in the compute environment.
desiredvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The desired number of Amazon EC2 vCPUS in the compute environment.
desiredvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResourceUpdate.Builder
The desired number of Amazon EC2 vCPUS in the compute environment.
desiredvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
The desired number of Amazon EC2 vCPUS in the compute environment.
Device - Class in software.amazon.awssdk.services.batch.model
An object representing a container instance host device.
Device.Builder - Interface in software.amazon.awssdk.services.batch.model
 
DeviceCgroupPermission - Enum in software.amazon.awssdk.services.batch.model
 
devices(Collection<Device>) - Method in interface software.amazon.awssdk.services.batch.model.LinuxParameters.Builder
Any host devices to expose to the container.
devices(Device...) - Method in interface software.amazon.awssdk.services.batch.model.LinuxParameters.Builder
Any host devices to expose to the container.
devices(Consumer<Device.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.LinuxParameters.Builder
Any host devices to expose to the container.
devices() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
Any host devices to expose to the container.

E

ec2KeyPair(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon EC2 key pair that is used for instances launched in the compute environment.
ec2KeyPair() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon EC2 key pair that is used for instances launched in the compute environment.
ecsClusterArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
ecsClusterArn() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
environment(Collection<KeyValuePair>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The environment variables to pass to a container.
environment(KeyValuePair...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The environment variables to pass to a container.
environment(Consumer<KeyValuePair.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The environment variables to pass to a container.
environment() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The environment variables to pass to a container.
environment(Collection<KeyValuePair>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The environment variables to send to the container.
environment(KeyValuePair...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The environment variables to send to the container.
environment(Consumer<KeyValuePair.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The environment variables to send to the container.
environment() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The environment variables to send to the container.
environment(Collection<KeyValuePair>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The environment variables to pass to a container.
environment(KeyValuePair...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The environment variables to pass to a container.
environment(Consumer<KeyValuePair.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The environment variables to pass to a container.
environment() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The environment variables to pass to a container.
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.Device
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.Host
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.batch.model.Volume
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.Device
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.Host
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.batch.model.Volume
 
exitCode(Integer) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The exit code for the job attempt.
exitCode() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
The exit code for the job attempt.
exitCode(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The exit code to return upon completion.
exitCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The exit code to return upon completion.
exitCode(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerSummary.Builder
The exit code to return upon completion.
exitCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
The exit code to return upon completion.

F

fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.ArrayJobDependency
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEState
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.CRAllocationStrategy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.CRType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.DeviceCgroupPermission
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.JobDefinitionType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.JobStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.JQState
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.JQStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.batch.model.ResourceType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.Device
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.Host
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.batch.model.Volume
 

H

hardLimit(Integer) - Method in interface software.amazon.awssdk.services.batch.model.Ulimit.Builder
The hard limit for the ulimit type.
hardLimit() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
The hard limit for the ulimit type.
hasAttempts() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
Returns true if the Attempts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCommand() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the Command property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCommand() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
Returns true if the Command property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCommand() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the Command property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasComputeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
Returns true if the ComputeEnvironmentOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasComputeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
Returns true if the ComputeEnvironmentOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasComputeEnvironmentOrder() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
Returns true if the ComputeEnvironmentOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasComputeEnvironments() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
Returns true if the ComputeEnvironments property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasComputeEnvironments() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
Returns true if the ComputeEnvironments property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDependsOn() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
Returns true if the DependsOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDependsOn() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
Returns true if the DependsOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasDevices() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
Returns true if the Devices property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEnvironment() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the Environment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEnvironment() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
Returns true if the Environment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEnvironment() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the Environment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.Device
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.Host
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
hashCode() - Method in class software.amazon.awssdk.services.batch.model.Volume
 
hasInstanceTypes() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Returns true if the InstanceTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobDefinitions() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
Returns true if the JobDefinitions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobDefinitions() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
Returns true if the JobDefinitions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobQueues() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
Returns true if the JobQueues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobQueues() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
Returns true if the JobQueues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobs() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
Returns true if the Jobs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobs() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
Returns true if the Jobs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasJobSummaryList() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
Returns true if the JobSummaryList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMountPoints() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the MountPoints property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMountPoints() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the MountPoints property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasNetworkInterfaces() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
Returns true if the NetworkInterfaces property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasNetworkInterfaces() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the NetworkInterfaces property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasNodePropertyOverrides() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
Returns true if the NodePropertyOverrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasNodeRangeProperties() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
Returns true if the NodeRangeProperties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPermissions() - Method in class software.amazon.awssdk.services.batch.model.Device
Returns true if the Permissions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the ResourceRequirements property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
Returns true if the ResourceRequirements property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the ResourceRequirements property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSecurityGroupIds() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStatusSummary() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
Returns true if the StatusSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasSubnets() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasUlimits() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the Ulimits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasUlimits() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the Ulimits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVolumes() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns true if the Volumes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVolumes() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns true if the Volumes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
Host - Class in software.amazon.awssdk.services.batch.model
Determine whether your data volume persists on the host container instance and where it is stored.
host(Host) - Method in interface software.amazon.awssdk.services.batch.model.Volume.Builder
The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored.
host(Consumer<Host.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.Volume.Builder
The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored.
host() - Method in class software.amazon.awssdk.services.batch.model.Volume
The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored.
Host.Builder - Interface in software.amazon.awssdk.services.batch.model
 
hostPath(String) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The path for the device on the host container instance.
hostPath() - Method in class software.amazon.awssdk.services.batch.model.Device
The path for the device on the host container instance.

I

image(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The image used to start the container.
image() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The image used to start the container.
image(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The image used to start a container.
image() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The image used to start a container.
imageId(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
imageId() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
index(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail.Builder
The job index within the array that is associated with this job.
index() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
The job index within the array that is associated with this job.
index(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary.Builder
The job index within the array that is associated with this job.
index() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
The job index within the array that is associated with this job.
instanceRole(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon ECS instance profile applied to Amazon EC2 instances in a compute environment.
instanceRole() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon ECS instance profile applied to Amazon EC2 instances in a compute environment.
instanceType(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The instance type of the underlying host infrastructure of a multi-node parallel job.
instanceType() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The instance type of the underlying host infrastructure of a multi-node parallel job.
instanceType(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The instance type to use for a multi-node parallel job.
instanceType() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The instance type to use for a multi-node parallel job.
instanceType(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The instance type to use for a multi-node parallel job.
instanceType() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The instance type to use for a multi-node parallel job.
instanceTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The instances types that may be launched.
instanceTypes(String...) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The instances types that may be launched.
instanceTypes() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The instances types that may be launched.
ipv6Address(String) - Method in interface software.amazon.awssdk.services.batch.model.NetworkInterface.Builder
The private IPv6 address for the network interface.
ipv6Address() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
The private IPv6 address for the network interface.
isMainNode(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.NodeDetails.Builder
Specifies whether the current node is the main node for a multi-node parallel job.
isMainNode() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
Specifies whether the current node is the main node for a multi-node parallel job.
isMainNode(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertiesSummary.Builder
Specifies whether the current node is the main node for a multi-node parallel job.
isMainNode() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
Specifies whether the current node is the main node for a multi-node parallel job.
iterator() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsIterable
 
iterator() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsIterable
 
iterator() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesIterable
 
iterator() - Method in class software.amazon.awssdk.services.batch.paginators.ListJobsIterable
 

J

jobDefinition(String) - Method in interface software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest.Builder
The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.
jobDefinition() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
The name and revision (name:revision) or full Amazon Resource Name (ARN) of the job definition to deregister.
JobDefinition - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch job definition.
jobDefinition(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The job definition that is used by this job.
jobDefinition() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The job definition that is used by this job.
jobDefinition(String) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The job definition used by this job.
jobDefinition() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The job definition used by this job.
JobDefinition.Builder - Interface in software.amazon.awssdk.services.batch.model
 
jobDefinitionArn(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The Amazon Resource Name (ARN) for the job definition.
jobDefinitionArn() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The Amazon Resource Name (ARN) for the job definition.
jobDefinitionArn(String) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse.Builder
The Amazon Resource Name (ARN) of the job definition.
jobDefinitionArn() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
The Amazon Resource Name (ARN) of the job definition.
jobDefinitionName(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
The name of the job definition to describe.
jobDefinitionName() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
The name of the job definition to describe.
jobDefinitionName(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The name of the job definition.
jobDefinitionName() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The name of the job definition.
jobDefinitionName(String) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The name of the job definition to register.
jobDefinitionName() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
The name of the job definition to register.
jobDefinitionName(String) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse.Builder
The name of the job definition.
jobDefinitionName() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
The name of the job definition.
jobDefinitions(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
A list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
jobDefinitions(String...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
A list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
jobDefinitions() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
A list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
jobDefinitions(Collection<JobDefinition>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse.Builder
The list of job definitions.
jobDefinitions(JobDefinition...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse.Builder
The list of job definitions.
jobDefinitions(Consumer<JobDefinition.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse.Builder
The list of job definitions.
jobDefinitions() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
The list of job definitions.
jobDefinitions() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsIterable
Returns an iterable to iterate through the paginated DescribeJobDefinitionsResponse.jobDefinitions() member.
jobDefinitions() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsPublisher
Returns a publisher that can be used to get a stream of data.
JobDefinitionType - Enum in software.amazon.awssdk.services.batch.model
 
JobDependency - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch job dependency.
JobDependency.Builder - Interface in software.amazon.awssdk.services.batch.model
 
JobDetail - Class in software.amazon.awssdk.services.batch.model
An object representing an AWS Batch job.
JobDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.CancelJobRequest.Builder
The AWS Batch job ID of the job to cancel.
jobId() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
The AWS Batch job ID of the job to cancel.
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDependency.Builder
The job ID of the AWS Batch job associated with this dependency.
jobId() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
The job ID of the AWS Batch job associated with this dependency.
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The ID for the job.
jobId() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The ID for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The ID of the job.
jobId() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The ID of the job.
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobResponse.Builder
The unique identifier for the job.
jobId() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
The unique identifier for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.batch.model.TerminateJobRequest.Builder
The AWS Batch job ID of the job to terminate.
jobId() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
The AWS Batch job ID of the job to terminate.
jobName(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The name of the job.
jobName() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The name of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The name of the job.
jobName() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The name of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The name of the job.
jobName() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The name of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobResponse.Builder
The name of the job.
jobName() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
The name of the job.
jobQueue(String) - Method in interface software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest.Builder
The short name or full Amazon Resource Name (ARN) of the queue to delete.
jobQueue() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
The short name or full Amazon Resource Name (ARN) of the queue to delete.
jobQueue(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The Amazon Resource Name (ARN) of the job queue with which the job is associated.
jobQueue() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The Amazon Resource Name (ARN) of the job queue with which the job is associated.
jobQueue(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The name or full Amazon Resource Name (ARN) of the job queue with which to list jobs.
jobQueue() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The name or full Amazon Resource Name (ARN) of the job queue with which to list jobs.
jobQueue(String) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The job queue into which the job is submitted.
jobQueue() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The job queue into which the job is submitted.
jobQueue(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
The name or the Amazon Resource Name (ARN) of the job queue.
jobQueue() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
The name or the Amazon Resource Name (ARN) of the job queue.
jobQueueArn(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueResponse.Builder
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn(String) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse.Builder
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
The Amazon Resource Name (ARN) of the job queue.
JobQueueDetail - Class in software.amazon.awssdk.services.batch.model
An object representing the details of an AWS Batch job queue.
JobQueueDetail.Builder - Interface in software.amazon.awssdk.services.batch.model
 
jobQueueName(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The name of the job queue.
jobQueueName() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
The name of the job queue.
jobQueueName(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueResponse.Builder
The name of the job queue.
jobQueueName() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
The name of the job queue.
jobQueueName(String) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The name of the job queue.
jobQueueName() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The name of the job queue.
jobQueueName(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse.Builder
The name of the job queue.
jobQueueName() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
The name of the job queue.
jobQueues(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
A list of up to 100 queue names or full queue Amazon Resource Name (ARN) entries.
jobQueues(String...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
A list of up to 100 queue names or full queue Amazon Resource Name (ARN) entries.
jobQueues() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
A list of up to 100 queue names or full queue Amazon Resource Name (ARN) entries.
jobQueues(Collection<JobQueueDetail>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse.Builder
The list of job queues.
jobQueues(JobQueueDetail...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse.Builder
The list of job queues.
jobQueues(Consumer<JobQueueDetail.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse.Builder
The list of job queues.
jobQueues() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
The list of job queues.
jobQueues() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesIterable
Returns an iterable to iterate through the paginated DescribeJobQueuesResponse.jobQueues() member.
jobQueues() - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesPublisher
Returns a publisher that can be used to get a stream of data.
jobRoleArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The Amazon Resource Name (ARN) associated with the job upon execution.
jobRoleArn() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The Amazon Resource Name (ARN) associated with the job upon execution.
jobRoleArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.
jobRoleArn() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.
jobs(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsRequest.Builder
A list of up to 100 job IDs.
jobs(String...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsRequest.Builder
A list of up to 100 job IDs.
jobs() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
A list of up to 100 job IDs.
jobs(Collection<JobDetail>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsResponse.Builder
The list of jobs.
jobs(JobDetail...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsResponse.Builder
The list of jobs.
jobs(Consumer<JobDetail.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsResponse.Builder
The list of jobs.
jobs() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
The list of jobs.
JobStatus - Enum in software.amazon.awssdk.services.batch.model
 
jobStatus(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The job status with which to filter jobs in the specified queue.
jobStatus(JobStatus) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The job status with which to filter jobs in the specified queue.
jobStatus() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The job status with which to filter jobs in the specified queue.
jobStatusAsString() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The job status with which to filter jobs in the specified queue.
JobSummary - Class in software.amazon.awssdk.services.batch.model
An object representing summary details of a job.
JobSummary.Builder - Interface in software.amazon.awssdk.services.batch.model
 
jobSummaryList(Collection<JobSummary>) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsResponse.Builder
A list of job summaries that match the request.
jobSummaryList(JobSummary...) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsResponse.Builder
A list of job summaries that match the request.
jobSummaryList(Consumer<JobSummary.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsResponse.Builder
A list of job summaries that match the request.
jobSummaryList() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
A list of job summaries that match the request.
jobSummaryList() - Method in class software.amazon.awssdk.services.batch.paginators.ListJobsIterable
Returns an iterable to iterate through the paginated ListJobsResponse.jobSummaryList() member.
jobSummaryList() - Method in class software.amazon.awssdk.services.batch.paginators.ListJobsPublisher
Returns a publisher that can be used to get a stream of data.
JobTimeout - Class in software.amazon.awssdk.services.batch.model
An object representing a job timeout configuration.
JobTimeout.Builder - Interface in software.amazon.awssdk.services.batch.model
 
JQState - Enum in software.amazon.awssdk.services.batch.model
 
JQStatus - Enum in software.amazon.awssdk.services.batch.model
 

K

KeyValuePair - Class in software.amazon.awssdk.services.batch.model
A key-value pair object.
KeyValuePair.Builder - Interface in software.amazon.awssdk.services.batch.model
 
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.ArrayJobDependency
Use this in place of ArrayJobDependency.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.CEState
Use this in place of CEState.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.CEStatus
Use this in place of CEStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.CEType
Use this in place of CEType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.CRAllocationStrategy
Use this in place of CRAllocationStrategy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.CRType
Use this in place of CRType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.DeviceCgroupPermission
Use this in place of DeviceCgroupPermission.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.JobDefinitionType
Use this in place of JobDefinitionType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.JobStatus
Use this in place of JobStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.JQState
Use this in place of JQState.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.JQStatus
Use this in place of JQStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.batch.model.ResourceType
Use this in place of ResourceType.values() to return a Set of all values known to the SDK.

L

launchTemplate(LaunchTemplateSpecification) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The launch template to use for your compute resources.
launchTemplate(Consumer<LaunchTemplateSpecification.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The launch template to use for your compute resources.
launchTemplate() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The launch template to use for your compute resources.
launchTemplateId(String) - Method in interface software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification.Builder
The ID of the launch template.
launchTemplateId() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
The ID of the launch template.
launchTemplateName(String) - Method in interface software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification.Builder
The name of the launch template.
launchTemplateName() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
The name of the launch template.
LaunchTemplateSpecification - Class in software.amazon.awssdk.services.batch.model
An object representing a launch template associated with a compute resource.
LaunchTemplateSpecification.Builder - Interface in software.amazon.awssdk.services.batch.model
 
linuxParameters(LinuxParameters) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
Linux-specific modifications that are applied to the container, such as details for device mappings.
linuxParameters(Consumer<LinuxParameters.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
Linux-specific modifications that are applied to the container, such as details for device mappings.
linuxParameters() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Linux-specific modifications that are applied to the container, such as details for device mappings.
linuxParameters(LinuxParameters) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
Linux-specific modifications that are applied to the container, such as details for device mappings.
linuxParameters(Consumer<LinuxParameters.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
Linux-specific modifications that are applied to the container, such as details for device mappings.
linuxParameters() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Linux-specific modifications that are applied to the container, such as details for device mappings.
LinuxParameters - Class in software.amazon.awssdk.services.batch.model
Linux-specific modifications that are applied to the container, such as details for device mappings.
LinuxParameters.Builder - Interface in software.amazon.awssdk.services.batch.model
 
listJobs(ListJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Returns a list of AWS Batch jobs.
listJobs(Consumer<ListJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Returns a list of AWS Batch jobs.
listJobs(ListJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Returns a list of AWS Batch jobs.
listJobs(Consumer<ListJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Returns a list of AWS Batch jobs.
ListJobsIterable - Class in software.amazon.awssdk.services.batch.paginators
Represents the output for the BatchClient.listJobsPaginator(software.amazon.awssdk.services.batch.model.ListJobsRequest) operation which is a paginated operation.
ListJobsIterable(BatchClient, ListJobsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.ListJobsIterable
 
listJobsPaginator(ListJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Returns a list of AWS Batch jobs.
listJobsPaginator(Consumer<ListJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Returns a list of AWS Batch jobs.
listJobsPaginator(ListJobsRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Returns a list of AWS Batch jobs.
listJobsPaginator(Consumer<ListJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Returns a list of AWS Batch jobs.
ListJobsPublisher - Class in software.amazon.awssdk.services.batch.paginators
Represents the output for the BatchAsyncClient.listJobsPaginator(software.amazon.awssdk.services.batch.model.ListJobsRequest) operation which is a paginated operation.
ListJobsPublisher(BatchAsyncClient, ListJobsRequest) - Constructor for class software.amazon.awssdk.services.batch.paginators.ListJobsPublisher
 
ListJobsRequest - Class in software.amazon.awssdk.services.batch.model
 
ListJobsRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
ListJobsRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
ListJobsRequest Marshaller
ListJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.ListJobsRequestMarshaller
 
ListJobsResponse - Class in software.amazon.awssdk.services.batch.model
 
ListJobsResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
logStreamName(String) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The name of the CloudWatch Logs log stream associated with the container.
logStreamName() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
The name of the CloudWatch Logs log stream associated with the container.
logStreamName(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The name of the CloudWatch Logs log stream associated with the container.
logStreamName() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The name of the CloudWatch Logs log stream associated with the container.

M

mainNode(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodeProperties.Builder
Specifies the node index for the main node of a multi-node parallel job.
mainNode() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
Specifies the node index for the main node of a multi-node parallel job.
marshall(CancelJobRequest) - Method in class software.amazon.awssdk.services.batch.transform.CancelJobRequestMarshaller
 
marshall(CreateComputeEnvironmentRequest) - Method in class software.amazon.awssdk.services.batch.transform.CreateComputeEnvironmentRequestMarshaller
 
marshall(CreateJobQueueRequest) - Method in class software.amazon.awssdk.services.batch.transform.CreateJobQueueRequestMarshaller
 
marshall(DeleteComputeEnvironmentRequest) - Method in class software.amazon.awssdk.services.batch.transform.DeleteComputeEnvironmentRequestMarshaller
 
marshall(DeleteJobQueueRequest) - Method in class software.amazon.awssdk.services.batch.transform.DeleteJobQueueRequestMarshaller
 
marshall(DeregisterJobDefinitionRequest) - Method in class software.amazon.awssdk.services.batch.transform.DeregisterJobDefinitionRequestMarshaller
 
marshall(DescribeComputeEnvironmentsRequest) - Method in class software.amazon.awssdk.services.batch.transform.DescribeComputeEnvironmentsRequestMarshaller
 
marshall(DescribeJobDefinitionsRequest) - Method in class software.amazon.awssdk.services.batch.transform.DescribeJobDefinitionsRequestMarshaller
 
marshall(DescribeJobQueuesRequest) - Method in class software.amazon.awssdk.services.batch.transform.DescribeJobQueuesRequestMarshaller
 
marshall(DescribeJobsRequest) - Method in class software.amazon.awssdk.services.batch.transform.DescribeJobsRequestMarshaller
 
marshall(ListJobsRequest) - Method in class software.amazon.awssdk.services.batch.transform.ListJobsRequestMarshaller
 
marshall(RegisterJobDefinitionRequest) - Method in class software.amazon.awssdk.services.batch.transform.RegisterJobDefinitionRequestMarshaller
 
marshall(SubmitJobRequest) - Method in class software.amazon.awssdk.services.batch.transform.SubmitJobRequestMarshaller
 
marshall(TerminateJobRequest) - Method in class software.amazon.awssdk.services.batch.transform.TerminateJobRequestMarshaller
 
marshall(UpdateComputeEnvironmentRequest) - Method in class software.amazon.awssdk.services.batch.transform.UpdateComputeEnvironmentRequestMarshaller
 
marshall(UpdateJobQueueRequest) - Method in class software.amazon.awssdk.services.batch.transform.UpdateJobQueueRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
The maximum number of cluster results returned by DescribeComputeEnvironments in paginated output.
maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
The maximum number of cluster results returned by DescribeComputeEnvironments in paginated output.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
The maximum number of results returned by DescribeJobDefinitions in paginated output.
maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
The maximum number of results returned by DescribeJobDefinitions in paginated output.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
The maximum number of results returned by DescribeJobQueues in paginated output.
maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
The maximum number of results returned by DescribeJobQueues in paginated output.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The maximum number of results returned by ListJobs in paginated output.
maxResults() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The maximum number of results returned by ListJobs in paginated output.
maxvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The maximum number of Amazon EC2 vCPUs that an environment can reach.
maxvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The maximum number of Amazon EC2 vCPUs that an environment can reach.
maxvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResourceUpdate.Builder
The maximum number of Amazon EC2 vCPUs that an environment can reach.
maxvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
The maximum number of Amazon EC2 vCPUs that an environment can reach.
memory(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The number of MiB of memory reserved for the job.
memory() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The number of MiB of memory reserved for the job.
memory(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The number of MiB of memory reserved for the job.
memory() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The number of MiB of memory reserved for the job.
memory(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The hard limit (in MiB) of memory to present to the container.
memory() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The hard limit (in MiB) of memory to present to the container.
message(String) - Method in interface software.amazon.awssdk.services.batch.model.BatchException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.batch.model.ClientException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.batch.model.ServerException.Builder
 
minvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if the compute environment is DISABLED).
minvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if the compute environment is DISABLED).
minvCpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResourceUpdate.Builder
The minimum number of Amazon EC2 vCPUs that an environment should maintain.
minvCpus() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
The minimum number of Amazon EC2 vCPUs that an environment should maintain.
MountPoint - Class in software.amazon.awssdk.services.batch.model
Details on a Docker volume mount point that is used in a job's container properties.
MountPoint.Builder - Interface in software.amazon.awssdk.services.batch.model
 
mountPoints(Collection<MountPoint>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The mount points for data volumes in your container.
mountPoints(MountPoint...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The mount points for data volumes in your container.
mountPoints(Consumer<MountPoint.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The mount points for data volumes in your container.
mountPoints() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The mount points for data volumes in your container.
mountPoints(Collection<MountPoint>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The mount points for data volumes in your container.
mountPoints(MountPoint...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The mount points for data volumes in your container.
mountPoints(Consumer<MountPoint.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The mount points for data volumes in your container.
mountPoints() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The mount points for data volumes in your container.
multiNodeJobId(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The job ID for a multi-node parallel job.
multiNodeJobId() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The job ID for a multi-node parallel job.

N

name(String) - Method in interface software.amazon.awssdk.services.batch.model.KeyValuePair.Builder
The name of the key-value pair.
name() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
The name of the key-value pair.
name(String) - Method in interface software.amazon.awssdk.services.batch.model.Ulimit.Builder
The type of the ulimit.
name() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
The type of the ulimit.
name(String) - Method in interface software.amazon.awssdk.services.batch.model.Volume.Builder
The name of the volume.
name() - Method in class software.amazon.awssdk.services.batch.model.Volume
The name of the volume.
NetworkInterface - Class in software.amazon.awssdk.services.batch.model
An object representing the elastic network interface for a multi-node parallel job node.
NetworkInterface.Builder - Interface in software.amazon.awssdk.services.batch.model
 
networkInterfaces(Collection<NetworkInterface>) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The network interfaces associated with the job attempt.
networkInterfaces(NetworkInterface...) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The network interfaces associated with the job attempt.
networkInterfaces(Consumer<NetworkInterface.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The network interfaces associated with the job attempt.
networkInterfaces() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
The network interfaces associated with the job attempt.
networkInterfaces(Collection<NetworkInterface>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The network interfaces associated with the job.
networkInterfaces(NetworkInterface...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The network interfaces associated with the job.
networkInterfaces(Consumer<NetworkInterface.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The network interfaces associated with the job.
networkInterfaces() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The network interfaces associated with the job.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
The nextToken value returned from a previous paginated DescribeComputeEnvironments request where maxResults was used and the results exceeded the value of that parameter.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
The nextToken value returned from a previous paginated DescribeComputeEnvironments request where maxResults was used and the results exceeded the value of that parameter.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse.Builder
The nextToken value to include in a future DescribeComputeEnvironments request.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
The nextToken value to include in a future DescribeComputeEnvironments request.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
The nextToken value returned from a previous paginated DescribeJobDefinitions request where maxResults was used and the results exceeded the value of that parameter.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
The nextToken value returned from a previous paginated DescribeJobDefinitions request where maxResults was used and the results exceeded the value of that parameter.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse.Builder
The nextToken value to include in a future DescribeJobDefinitions request.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
The nextToken value to include in a future DescribeJobDefinitions request.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
The nextToken value returned from a previous paginated DescribeJobQueues request where maxResults was used and the results exceeded the value of that parameter.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
The nextToken value returned from a previous paginated DescribeJobQueues request where maxResults was used and the results exceeded the value of that parameter.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse.Builder
The nextToken value to include in a future DescribeJobQueues request.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
The nextToken value to include in a future DescribeJobQueues request.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
The nextToken value returned from a previous paginated ListJobs request where maxResults was used and the results exceeded the value of that parameter.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
The nextToken value returned from a previous paginated ListJobs request where maxResults was used and the results exceeded the value of that parameter.
nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsResponse.Builder
The nextToken value to include in a future ListJobs request.
nextToken() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
The nextToken value to include in a future ListJobs request.
nodeDetails(NodeDetails) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the details of a node that is associated with a multi-node parallel job.
nodeDetails(Consumer<NodeDetails.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the details of a node that is associated with a multi-node parallel job.
nodeDetails() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
An object representing the details of a node that is associated with a multi-node parallel job.
NodeDetails - Class in software.amazon.awssdk.services.batch.model
An object representing the details of a multi-node parallel job node.
NodeDetails.Builder - Interface in software.amazon.awssdk.services.batch.model
 
nodeIndex(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodeDetails.Builder
The node index for the node.
nodeIndex() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
The node index for the node.
nodeIndex(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertiesSummary.Builder
The node index for the node.
nodeIndex() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
The node index for the node.
NodeOverrides - Class in software.amazon.awssdk.services.batch.model
Object representing any node overrides to a job definition that is used in a SubmitJob API operation.
nodeOverrides(NodeOverrides) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of node overrides in JSON format that specify the node range to target and the container overrides for that node range.
nodeOverrides(Consumer<NodeOverrides.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
A list of node overrides in JSON format that specify the node range to target and the container overrides for that node range.
nodeOverrides() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
A list of node overrides in JSON format that specify the node range to target and the container overrides for that node range.
NodeOverrides.Builder - Interface in software.amazon.awssdk.services.batch.model
 
nodeProperties(NodeProperties) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
An object with various properties specific to multi-node parallel jobs.
nodeProperties(Consumer<NodeProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
An object with various properties specific to multi-node parallel jobs.
nodeProperties() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
An object with various properties specific to multi-node parallel jobs.
nodeProperties(NodeProperties) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the node properties of a multi-node parallel job.
nodeProperties(Consumer<NodeProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
An object representing the node properties of a multi-node parallel job.
nodeProperties() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
An object representing the node properties of a multi-node parallel job.
nodeProperties(NodePropertiesSummary) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The node properties for a single node in a job summary list.
nodeProperties(Consumer<NodePropertiesSummary.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The node properties for a single node in a job summary list.
nodeProperties() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The node properties for a single node in a job summary list.
NodeProperties - Class in software.amazon.awssdk.services.batch.model
An object representing the node properties of a multi-node parallel job.
nodeProperties(NodeProperties) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
An object with various properties specific to multi-node parallel jobs.
nodeProperties(Consumer<NodeProperties.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
An object with various properties specific to multi-node parallel jobs.
nodeProperties() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
An object with various properties specific to multi-node parallel jobs.
NodeProperties.Builder - Interface in software.amazon.awssdk.services.batch.model
 
NodePropertiesSummary - Class in software.amazon.awssdk.services.batch.model
An object representing the properties of a node that is associated with a multi-node parallel job.
NodePropertiesSummary.Builder - Interface in software.amazon.awssdk.services.batch.model
 
NodePropertyOverride - Class in software.amazon.awssdk.services.batch.model
Object representing any node overrides to a job definition that is used in a SubmitJob API operation.
NodePropertyOverride.Builder - Interface in software.amazon.awssdk.services.batch.model
 
nodePropertyOverrides(Collection<NodePropertyOverride>) - Method in interface software.amazon.awssdk.services.batch.model.NodeOverrides.Builder
The node property overrides for the job.
nodePropertyOverrides(NodePropertyOverride...) - Method in interface software.amazon.awssdk.services.batch.model.NodeOverrides.Builder
The node property overrides for the job.
nodePropertyOverrides(Consumer<NodePropertyOverride.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.NodeOverrides.Builder
The node property overrides for the job.
nodePropertyOverrides() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
The node property overrides for the job.
nodeRangeProperties(Collection<NodeRangeProperty>) - Method in interface software.amazon.awssdk.services.batch.model.NodeProperties.Builder
A list of node ranges and their properties associated with a multi-node parallel job.
nodeRangeProperties(NodeRangeProperty...) - Method in interface software.amazon.awssdk.services.batch.model.NodeProperties.Builder
A list of node ranges and their properties associated with a multi-node parallel job.
nodeRangeProperties(Consumer<NodeRangeProperty.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.NodeProperties.Builder
A list of node ranges and their properties associated with a multi-node parallel job.
nodeRangeProperties() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
A list of node ranges and their properties associated with a multi-node parallel job.
NodeRangeProperty - Class in software.amazon.awssdk.services.batch.model
An object representing the properties of the node range for a multi-node parallel job.
NodeRangeProperty.Builder - Interface in software.amazon.awssdk.services.batch.model
 
numNodes(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodeOverrides.Builder
The number of nodes to use with a multi-node parallel job.
numNodes() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
The number of nodes to use with a multi-node parallel job.
numNodes(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodeProperties.Builder
The number of nodes associated with a multi-node parallel job.
numNodes() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
The number of nodes associated with a multi-node parallel job.
numNodes(Integer) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertiesSummary.Builder
The number of nodes associated with a multi-node parallel job.
numNodes() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
The number of nodes associated with a multi-node parallel job.

O

order(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder.Builder
The order of the compute environment.
order() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
The order of the compute environment.
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.CancelJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.CancelJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.TerminateJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.TerminateJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
 

P

parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
Default parameters or parameter substitution placeholders that are set in the job definition.
parameters() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
Default parameters or parameter substitution placeholders that are set in the job definition.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.
parameters() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
Default parameter substitution placeholders to set in the job definition.
parameters() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
Default parameter substitution placeholders to set in the job definition.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition.
parameters() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
Additional parameters passed to the job that replace parameter substitution placeholders that are set in the job definition.
permissions(Collection<DeviceCgroupPermission>) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The explicit permissions to provide to the container for the device.
permissions(DeviceCgroupPermission...) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The explicit permissions to provide to the container for the device.
permissions() - Method in class software.amazon.awssdk.services.batch.model.Device
The explicit permissions to provide to the container for the device.
permissionsAsStrings() - Method in class software.amazon.awssdk.services.batch.model.Device
The explicit permissions to provide to the container for the device.
permissionsWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The explicit permissions to provide to the container for the device.
permissionsWithStrings(String...) - Method in interface software.amazon.awssdk.services.batch.model.Device.Builder
The explicit permissions to provide to the container for the device.
placementGroup(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon EC2 placement group to associate with your compute resources.
placementGroup() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon EC2 placement group to associate with your compute resources.
priority(Integer) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The priority of the job queue.
priority() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
The priority of the job queue.
priority(Integer) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The priority of the job queue.
priority() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The priority of the job queue.
priority(Integer) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
The priority of the job queue.
priority() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
The priority of the job queue.
privateIpv4Address(String) - Method in interface software.amazon.awssdk.services.batch.model.NetworkInterface.Builder
The private IPv4 address for the network interface.
privateIpv4Address() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
The private IPv4 address for the network interface.
privileged(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
privileged() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
privileged(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
privileged() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).

R

readOnly(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.MountPoint.Builder
If this value is true, the container has read-only access to the volume; otherwise, the container can write to the volume.
readOnly() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
If this value is true, the container has read-only access to the volume; otherwise, the container can write to the volume.
readonlyRootFilesystem(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
When this parameter is true, the container is given read-only access to its root file system.
readonlyRootFilesystem() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
When this parameter is true, the container is given read-only access to its root file system.
readonlyRootFilesystem(Boolean) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
When this parameter is true, the container is given read-only access to its root file system.
readonlyRootFilesystem() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
When this parameter is true, the container is given read-only access to its root file system.
reason(String) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason(String) - Method in interface software.amazon.awssdk.services.batch.model.CancelJobRequest.Builder
A message to attach to the job that explains the reason for canceling it.
reason() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
A message to attach to the job that explains the reason for canceling it.
reason(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerSummary.Builder
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
reason(String) - Method in interface software.amazon.awssdk.services.batch.model.TerminateJobRequest.Builder
A message to attach to the job that explains the reason for canceling it.
reason() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
A message to attach to the job that explains the reason for canceling it.
registerJobDefinition(RegisterJobDefinitionRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Registers an AWS Batch job definition.
registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Registers an AWS Batch job definition.
registerJobDefinition(RegisterJobDefinitionRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Registers an AWS Batch job definition.
registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Registers an AWS Batch job definition.
RegisterJobDefinitionRequest - Class in software.amazon.awssdk.services.batch.model
 
RegisterJobDefinitionRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
RegisterJobDefinitionRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
RegisterJobDefinitionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.RegisterJobDefinitionRequestMarshaller
 
RegisterJobDefinitionResponse - Class in software.amazon.awssdk.services.batch.model
 
RegisterJobDefinitionResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
requestId(String) - Method in interface software.amazon.awssdk.services.batch.model.BatchException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.batch.model.ClientException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.batch.model.ServerException.Builder
 
ResourceRequirement - Class in software.amazon.awssdk.services.batch.model
The type and amount of a resource to assign to a container.
ResourceRequirement.Builder - Interface in software.amazon.awssdk.services.batch.model
 
resourceRequirements(Collection<ResourceRequirement>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(ResourceRequirement...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(Consumer<ResourceRequirement.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The type and amount of a resource to assign to a container.
resourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The type and amount of a resource to assign to a container.
resourceRequirements(Collection<ResourceRequirement>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(ResourceRequirement...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(Consumer<ResourceRequirement.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The type and amount of a resource to assign to a container.
resourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The type and amount of a resource to assign to a container.
resourceRequirements(Collection<ResourceRequirement>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(ResourceRequirement...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The type and amount of a resource to assign to a container.
resourceRequirements(Consumer<ResourceRequirement.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The type and amount of a resource to assign to a container.
resourceRequirements() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The type and amount of a resource to assign to a container.
ResourceType - Enum in software.amazon.awssdk.services.batch.model
 
responseMetadata() - Method in interface software.amazon.awssdk.services.batch.model.BatchResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.batch.model.BatchResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.batch.model.BatchResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.batch.model.BatchResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.batch.model.BatchResponse
 
retryStrategy(RetryStrategy) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The retry strategy to use for failed jobs that are submitted with this job definition.
retryStrategy(Consumer<RetryStrategy.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The retry strategy to use for failed jobs that are submitted with this job definition.
retryStrategy() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The retry strategy to use for failed jobs that are submitted with this job definition.
retryStrategy(RetryStrategy) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The retry strategy to use for this job if an attempt fails.
retryStrategy(Consumer<RetryStrategy.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The retry strategy to use for this job if an attempt fails.
retryStrategy() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The retry strategy to use for this job if an attempt fails.
retryStrategy(RetryStrategy) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The retry strategy to use for failed jobs that are submitted with this job definition.
retryStrategy(Consumer<RetryStrategy.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The retry strategy to use for failed jobs that are submitted with this job definition.
retryStrategy() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
The retry strategy to use for failed jobs that are submitted with this job definition.
RetryStrategy - Class in software.amazon.awssdk.services.batch.model
The retry strategy associated with a job.
retryStrategy(RetryStrategy) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The retry strategy to use for failed jobs from this SubmitJob operation.
retryStrategy(Consumer<RetryStrategy.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The retry strategy to use for failed jobs from this SubmitJob operation.
retryStrategy() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The retry strategy to use for failed jobs from this SubmitJob operation.
RetryStrategy.Builder - Interface in software.amazon.awssdk.services.batch.model
 
revision(Integer) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The revision of the job definition.
revision() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The revision of the job definition.
revision(Integer) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse.Builder
The revision of the job definition.
revision() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
The revision of the job definition.

S

sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.batch.model.ClientException
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.Device
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.Host
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
sdkFields() - Method in exception software.amazon.awssdk.services.batch.model.ServerException
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.batch.model.Volume
 
securityGroupIds(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon EC2 security groups associated with instances launched in the compute environment.
securityGroupIds(String...) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon EC2 security groups associated with instances launched in the compute environment.
securityGroupIds() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon EC2 security groups associated with instances launched in the compute environment.
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.batch.model.BatchException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.batch.model.ClientException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.Device
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.Host
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobDependency
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.MountPoint
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.batch.model.ServerException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.Ulimit
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.batch.model.Volume
 
ServerException - Exception in software.amazon.awssdk.services.batch.model
These errors are usually caused by a server issue.
ServerException.Builder - Interface in software.amazon.awssdk.services.batch.model
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.batch.BatchAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.batch.BatchClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.batch.BatchClient
 
serviceRole(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.
serviceRole() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf.
serviceRole(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
serviceRole() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
serviceRole(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
serviceRole() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on your behalf.
size(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ArrayProperties.Builder
The size of the array job.
size() - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
The size of the array job.
size(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail.Builder
The size of the array job.
size() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
The size of the array job.
size(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary.Builder
The size of the array job.
size() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
The size of the array job.
softLimit(Integer) - Method in interface software.amazon.awssdk.services.batch.model.Ulimit.Builder
The soft limit for the ulimit type.
softLimit() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
The soft limit for the ulimit type.
software.amazon.awssdk.services.batch - package software.amazon.awssdk.services.batch
AWS Batch enables you to run batch computing workloads on the AWS Cloud.
software.amazon.awssdk.services.batch.model - package software.amazon.awssdk.services.batch.model
 
software.amazon.awssdk.services.batch.paginators - package software.amazon.awssdk.services.batch.paginators
 
software.amazon.awssdk.services.batch.transform - package software.amazon.awssdk.services.batch.transform
 
sourcePath(String) - Method in interface software.amazon.awssdk.services.batch.model.Host.Builder
The path on the host container instance that is presented to the container.
sourcePath() - Method in class software.amazon.awssdk.services.batch.model.Host
The path on the host container instance that is presented to the container.
sourceVolume(String) - Method in interface software.amazon.awssdk.services.batch.model.MountPoint.Builder
The name of the volume to mount.
sourceVolume() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
The name of the volume to mount.
spotIamFleetRole(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment.
spotIamFleetRole() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment.
startedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.AttemptDetail.Builder
The Unix timestamp (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
startedAt() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
The Unix timestamp (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
startedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The Unix timestamp (in seconds and milliseconds) for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
startedAt() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The Unix timestamp (in seconds and milliseconds) for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
startedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The Unix timestamp for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
startedAt() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The Unix timestamp for when the job was started (when the job transitioned from the STARTING state to the RUNNING state).
state(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The state of the compute environment.
state(CEState) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The state of the compute environment.
state() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The state of the compute environment.
state(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The state of the compute environment.
state(CEState) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The state of the compute environment.
state() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The state of the compute environment.
state(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The state of the job queue.
state(JQState) - Method in interface software.amazon.awssdk.services.batch.model.CreateJobQueueRequest.Builder
The state of the job queue.
state() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
The state of the job queue.
state(String) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
Describes the ability of the queue to accept new jobs.
state(JQState) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
Describes the ability of the queue to accept new jobs.
state() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
Describes the ability of the queue to accept new jobs.
state(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
The state of the compute environment.
state(CEState) - Method in interface software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest.Builder
The state of the compute environment.
state() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
The state of the compute environment.
state(String) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
Describes the queue's ability to accept new jobs.
state(JQState) - Method in interface software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest.Builder
Describes the queue's ability to accept new jobs.
state() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
Describes the queue's ability to accept new jobs.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The state of the compute environment.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The state of the compute environment.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
The state of the job queue.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
Describes the ability of the queue to accept new jobs.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
The state of the compute environment.
stateAsString() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
Describes the queue's ability to accept new jobs.
status(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The current status of the compute environment (for example, CREATING or VALID).
status(CEStatus) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The current status of the compute environment (for example, CREATING or VALID).
status() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The current status of the compute environment (for example, CREATING or VALID).
status(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
The status with which to filter job definitions.
status() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
The status with which to filter job definitions.
status(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The status of the job definition.
status() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The status of the job definition.
status(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The current status for the job.
status(JobStatus) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The current status for the job.
status() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The current status for the job.
status(String) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The status of the job queue (for example, CREATING or VALID).
status(JQStatus) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
The status of the job queue (for example, CREATING or VALID).
status() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The status of the job queue (for example, CREATING or VALID).
status(String) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The current status for the job.
status(JobStatus) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The current status for the job.
status() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The current status for the job.
statusAsString() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The current status of the compute environment (for example, CREATING or VALID).
statusAsString() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The current status for the job.
statusAsString() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
The status of the job queue (for example, CREATING or VALID).
statusAsString() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The current status for the job.
statusCode(int) - Method in interface software.amazon.awssdk.services.batch.model.BatchException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.batch.model.BatchException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.batch.model.ClientException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.batch.model.ServerException.Builder
 
statusReason(String) - Method in interface software.amazon.awssdk.services.batch.model.AttemptDetail.Builder
A short, human-readable string to provide additional details about the current status of the job attempt.
statusReason() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
A short, human-readable string to provide additional details about the current status of the job attempt.
statusReason(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
A short, human-readable string to provide additional details about the current status of the compute environment.
statusReason() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
A short, human-readable string to provide additional details about the current status of the compute environment.
statusReason(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
A short, human-readable string to provide additional details about the current status of the job.
statusReason() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
A short, human-readable string to provide additional details about the current status of the job.
statusReason(String) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
A short, human-readable string to provide additional details about the current status of the job queue.
statusReason() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
A short, human-readable string to provide additional details about the current status of the job queue.
statusReason(String) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
A short, human-readable string to provide additional details about the current status of the job.
statusReason() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
A short, human-readable string to provide additional details about the current status of the job.
statusSummary(Map<String, Integer>) - Method in interface software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail.Builder
A summary of the number of array job children in each available job status.
statusSummary() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
A summary of the number of array job children in each available job status.
stoppedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.AttemptDetail.Builder
The Unix timestamp (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
stoppedAt() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
The Unix timestamp (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
stoppedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The Unix timestamp (in seconds and milliseconds) for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
stoppedAt() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The Unix timestamp (in seconds and milliseconds) for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
stoppedAt(Long) - Method in interface software.amazon.awssdk.services.batch.model.JobSummary.Builder
The Unix timestamp for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
stoppedAt() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
The Unix timestamp for when the job was stopped (when the job transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
submitJob(SubmitJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Submits an AWS Batch job from a job definition.
submitJob(Consumer<SubmitJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Submits an AWS Batch job from a job definition.
submitJob(SubmitJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Submits an AWS Batch job from a job definition.
submitJob(Consumer<SubmitJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Submits an AWS Batch job from a job definition.
SubmitJobRequest - Class in software.amazon.awssdk.services.batch.model
 
SubmitJobRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
SubmitJobRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
SubmitJobRequest Marshaller
SubmitJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.SubmitJobRequestMarshaller
 
SubmitJobResponse - Class in software.amazon.awssdk.services.batch.model
 
SubmitJobResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
subnets(Collection<String>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The VPC subnets into which the compute resources are launched.
subnets(String...) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The VPC subnets into which the compute resources are launched.
subnets() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The VPC subnets into which the compute resources are launched.
subscribe(Subscriber<? super DescribeComputeEnvironmentsResponse>) - Method in class software.amazon.awssdk.services.batch.paginators.DescribeComputeEnvironmentsPublisher
 
subscribe(Subscriber<? super DescribeJobDefinitionsResponse>) - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobDefinitionsPublisher
 
subscribe(Subscriber<? super DescribeJobQueuesResponse>) - Method in class software.amazon.awssdk.services.batch.paginators.DescribeJobQueuesPublisher
 
subscribe(Subscriber<? super ListJobsResponse>) - Method in class software.amazon.awssdk.services.batch.paginators.ListJobsPublisher
 

T

tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
Key-value pair tags to be applied to resources that are launched in the compute environment.
tags() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Key-value pair tags to be applied to resources that are launched in the compute environment.
targetNodes(String) - Method in interface software.amazon.awssdk.services.batch.model.NodePropertyOverride.Builder
The range of nodes, using node index values, with which to override.
targetNodes() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
The range of nodes, using node index values, with which to override.
targetNodes(String) - Method in interface software.amazon.awssdk.services.batch.model.NodeRangeProperty.Builder
The range of nodes, using node index values.
targetNodes() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
The range of nodes, using node index values.
taskArn(String) - Method in interface software.amazon.awssdk.services.batch.model.AttemptContainerDetail.Builder
The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt.
taskArn() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt.
taskArn(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the container job.
taskArn() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the container job.
terminateJob(TerminateJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Terminates a job in a job queue.
terminateJob(Consumer<TerminateJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Terminates a job in a job queue.
terminateJob(TerminateJobRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Terminates a job in a job queue.
terminateJob(Consumer<TerminateJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Terminates a job in a job queue.
TerminateJobRequest - Class in software.amazon.awssdk.services.batch.model
 
TerminateJobRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
TerminateJobRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
TerminateJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.TerminateJobRequestMarshaller
 
TerminateJobResponse - Class in software.amazon.awssdk.services.batch.model
 
TerminateJobResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
timeout(JobTimeout) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The timeout configuration for jobs that are submitted with this job definition.
timeout(Consumer<JobTimeout.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The timeout configuration for jobs that are submitted with this job definition.
timeout() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The timeout configuration for jobs that are submitted with this job definition.
timeout(JobTimeout) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The timeout configuration for the job.
timeout(Consumer<JobTimeout.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.JobDetail.Builder
The timeout configuration for the job.
timeout() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
The timeout configuration for the job.
timeout(JobTimeout) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The timeout configuration for jobs that are submitted with this job definition, after which AWS Batch terminates your jobs if they have not finished.
timeout(Consumer<JobTimeout.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The timeout configuration for jobs that are submitted with this job definition, after which AWS Batch terminates your jobs if they have not finished.
timeout() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
The timeout configuration for jobs that are submitted with this job definition, after which AWS Batch terminates your jobs if they have not finished.
timeout(JobTimeout) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The timeout configuration for this SubmitJob operation.
timeout(Consumer<JobTimeout.Builder>) - Method in interface software.amazon.awssdk.services.batch.model.SubmitJobRequest.Builder
The timeout configuration for this SubmitJob operation.
timeout() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
The timeout configuration for this SubmitJob operation.
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
 
toBuilder() - Method in exception software.amazon.awssdk.services.batch.model.BatchException
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.BatchRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.batch.model.ClientException
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.Device
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.Host
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
 
toBuilder() - Method in exception software.amazon.awssdk.services.batch.model.ServerException
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.batch.model.Volume
 
toString() - Method in enum software.amazon.awssdk.services.batch.model.ArrayJobDependency
 
toString() - Method in class software.amazon.awssdk.services.batch.model.ArrayProperties
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.AttemptContainerDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.AttemptDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.CancelJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.CancelJobResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.CEState
 
toString() - Method in enum software.amazon.awssdk.services.batch.model.CEStatus
 
toString() - Method in enum software.amazon.awssdk.services.batch.model.CEType
 
toString() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ComputeResourceUpdate
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ContainerSummary
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.CRAllocationStrategy
 
toString() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.CreateJobQueueResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.CRType
 
toString() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DeleteComputeEnvironmentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DeleteJobQueueResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DeregisterJobDefinitionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.Device
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.DeviceCgroupPermission
 
toString() - Method in class software.amazon.awssdk.services.batch.model.Host
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.JobDefinitionType
 
toString() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.JobDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.JobStatus
 
toString() - Method in class software.amazon.awssdk.services.batch.model.JobSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.JobTimeout
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.JQState
 
toString() - Method in enum software.amazon.awssdk.services.batch.model.JQStatus
 
toString() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.LinuxParameters
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.MountPoint
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NetworkInterface
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodeDetails
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodeOverrides
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodeProperties
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodePropertiesSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodePropertyOverride
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.NodeRangeProperty
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.batch.model.ResourceType
 
toString() - Method in class software.amazon.awssdk.services.batch.model.RetryStrategy
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.SubmitJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.TerminateJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.UpdateComputeEnvironmentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.UpdateJobQueueResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.batch.model.Volume
Returns a string representation of this object.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The type of the compute environment.
type(CEType) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
The type of the compute environment.
type() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The type of the compute environment.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The type of compute environment: EC2 or SPOT.
type(CRType) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
The type of compute environment: EC2 or SPOT.
type() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The type of compute environment: EC2 or SPOT.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The type of the compute environment.
type(CEType) - Method in interface software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest.Builder
The type of the compute environment.
type() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The type of the compute environment.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDefinition.Builder
The type of job definition.
type() - Method in class software.amazon.awssdk.services.batch.model.JobDefinition
The type of job definition.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.JobDependency.Builder
The type of the job dependency.
type(ArrayJobDependency) - Method in interface software.amazon.awssdk.services.batch.model.JobDependency.Builder
The type of the job dependency.
type() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
The type of the job dependency.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The type of job definition.
type(JobDefinitionType) - Method in interface software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest.Builder
The type of job definition.
type() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
The type of job definition.
type(String) - Method in interface software.amazon.awssdk.services.batch.model.ResourceRequirement.Builder
The type of resource to assign to a container.
type(ResourceType) - Method in interface software.amazon.awssdk.services.batch.model.ResourceRequirement.Builder
The type of resource to assign to a container.
type() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
The type of resource to assign to a container.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
The type of the compute environment.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
The type of compute environment: EC2 or SPOT.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.CreateComputeEnvironmentRequest
The type of the compute environment.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.JobDependency
The type of the job dependency.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.RegisterJobDefinitionRequest
The type of job definition.
typeAsString() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
The type of resource to assign to a container.

U

Ulimit - Class in software.amazon.awssdk.services.batch.model
The ulimit settings to pass to the container.
Ulimit.Builder - Interface in software.amazon.awssdk.services.batch.model
 
ulimits(Collection<Ulimit>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of ulimit values to set in the container.
ulimits(Ulimit...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of ulimit values to set in the container.
ulimits(Consumer<Ulimit.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of ulimit values to set in the container.
ulimits() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
A list of ulimit values to set in the container.
ulimits(Collection<Ulimit>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of ulimits to set in the container.
ulimits(Ulimit...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of ulimits to set in the container.
ulimits(Consumer<Ulimit.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of ulimits to set in the container.
ulimits() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
A list of ulimits to set in the container.
updateComputeEnvironment(UpdateComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Updates an AWS Batch compute environment.
updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Updates an AWS Batch compute environment.
updateComputeEnvironment(UpdateComputeEnvironmentRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Updates an AWS Batch compute environment.
updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Updates an AWS Batch compute environment.
UpdateComputeEnvironmentRequest - Class in software.amazon.awssdk.services.batch.model
 
UpdateComputeEnvironmentRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
UpdateComputeEnvironmentRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
UpdateComputeEnvironmentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.UpdateComputeEnvironmentRequestMarshaller
 
UpdateComputeEnvironmentResponse - Class in software.amazon.awssdk.services.batch.model
 
UpdateComputeEnvironmentResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
updateJobQueue(UpdateJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Updates a job queue.
updateJobQueue(Consumer<UpdateJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchAsyncClient
Updates a job queue.
updateJobQueue(UpdateJobQueueRequest) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Updates a job queue.
updateJobQueue(Consumer<UpdateJobQueueRequest.Builder>) - Method in interface software.amazon.awssdk.services.batch.BatchClient
Updates a job queue.
UpdateJobQueueRequest - Class in software.amazon.awssdk.services.batch.model
 
UpdateJobQueueRequest.Builder - Interface in software.amazon.awssdk.services.batch.model
 
UpdateJobQueueRequestMarshaller - Class in software.amazon.awssdk.services.batch.transform
UpdateJobQueueRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.batch.transform.UpdateJobQueueRequestMarshaller
 
UpdateJobQueueResponse - Class in software.amazon.awssdk.services.batch.model
 
UpdateJobQueueResponse.Builder - Interface in software.amazon.awssdk.services.batch.model
 
user(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The user name to use inside the container.
user() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The user name to use inside the container.
user(String) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The user name to use inside the container.
user() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The user name to use inside the container.

V

value(String) - Method in interface software.amazon.awssdk.services.batch.model.KeyValuePair.Builder
The value of the key-value pair.
value() - Method in class software.amazon.awssdk.services.batch.model.KeyValuePair
The value of the key-value pair.
value(String) - Method in interface software.amazon.awssdk.services.batch.model.ResourceRequirement.Builder
The number of physical GPUs to reserve for the container.
value() - Method in class software.amazon.awssdk.services.batch.model.ResourceRequirement
The number of physical GPUs to reserve for the container.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.ArrayJobDependency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.CEType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.CRAllocationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.CRType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.DeviceCgroupPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.JobDefinitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.JQState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.JQStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.batch.model.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.batch.model.ArrayJobDependency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.CEState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.CEStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.CEType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.CRAllocationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.CRType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.DeviceCgroupPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.JobDefinitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.JQState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.JQStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.batch.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
vcpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
The number of VCPUs allocated for the job.
vcpus() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
The number of VCPUs allocated for the job.
vcpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerOverrides.Builder
The number of vCPUs to reserve for the container.
vcpus() - Method in class software.amazon.awssdk.services.batch.model.ContainerOverrides
The number of vCPUs to reserve for the container.
vcpus(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
The number of vCPUs reserved for the container.
vcpus() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
The number of vCPUs reserved for the container.
version(String) - Method in interface software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification.Builder
The version number of the launch template.
version() - Method in class software.amazon.awssdk.services.batch.model.LaunchTemplateSpecification
The version number of the launch template.
Volume - Class in software.amazon.awssdk.services.batch.model
A data volume used in a job's container properties.
Volume.Builder - Interface in software.amazon.awssdk.services.batch.model
 
volumes(Collection<Volume>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of volumes associated with the job.
volumes(Volume...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of volumes associated with the job.
volumes(Consumer<Volume.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerDetail.Builder
A list of volumes associated with the job.
volumes() - Method in class software.amazon.awssdk.services.batch.model.ContainerDetail
A list of volumes associated with the job.
volumes(Collection<Volume>) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of data volumes used in a job.
volumes(Volume...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of data volumes used in a job.
volumes(Consumer<Volume.Builder>...) - Method in interface software.amazon.awssdk.services.batch.model.ContainerProperties.Builder
A list of data volumes used in a job.
volumes() - Method in class software.amazon.awssdk.services.batch.model.ContainerProperties
A list of data volumes used in a job.
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.