- 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 startedAttimestamp) 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 startedAttimestamp) 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 RUNNABLEstatus.
 
- attempts(Integer) - Method in interface software.amazon.awssdk.services.batch.model.RetryStrategy.Builder
- 
 The number of times to move a job to the RUNNABLEstatus.
 
- 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
-  
- 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
- 
- 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
- 
- 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() - Static method in interface software.amazon.awssdk.services.batch.BatchClient
- 
- 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
-  
- 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
- 
- 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. 
- hardLimit(Integer) - Method in interface software.amazon.awssdk.services.batch.model.Ulimit.Builder
- 
 The hard limit for the ulimittype.
 
- hardLimit() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
- 
 The hard limit for the ulimittype.
 
- 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 hostparameter 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 hostparameter 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 hostparameter 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. 
- 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
-  
- 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
- 
- 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
- 
- 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
- 
- 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
-  
- 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 DescribeComputeEnvironmentsin paginated
 output.
 
- maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
- 
 The maximum number of cluster results returned by DescribeComputeEnvironmentsin paginated output.
 
- maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
- 
 The maximum number of results returned by DescribeJobDefinitionsin paginated output.
 
- maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
- 
 The maximum number of results returned by DescribeJobDefinitionsin paginated output.
 
- maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
- 
 The maximum number of results returned by DescribeJobQueuesin paginated output.
 
- maxResults() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
- 
 The maximum number of results returned by DescribeJobQueuesin paginated output.
 
- maxResults(Integer) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
- 
 The maximum number of results returned by ListJobsin paginated output.
 
- maxResults() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
- 
 The maximum number of results returned by ListJobsin 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. 
- 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 typeof theulimit.
 
- name() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
- 
 The typeof theulimit.
 
- 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 nextTokenvalue returned from a previous paginatedDescribeComputeEnvironmentsrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsRequest
- 
 The nextTokenvalue returned from a previous paginatedDescribeComputeEnvironmentsrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse.Builder
- 
 The nextTokenvalue to include in a futureDescribeComputeEnvironmentsrequest.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeComputeEnvironmentsResponse
- 
 The nextTokenvalue to include in a futureDescribeComputeEnvironmentsrequest.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest.Builder
- 
 The nextTokenvalue returned from a previous paginatedDescribeJobDefinitionsrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsRequest
- 
 The nextTokenvalue returned from a previous paginatedDescribeJobDefinitionsrequest
 wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse.Builder
- 
 The nextTokenvalue to include in a futureDescribeJobDefinitionsrequest.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobDefinitionsResponse
- 
 The nextTokenvalue to include in a futureDescribeJobDefinitionsrequest.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest.Builder
- 
 The nextTokenvalue returned from a previous paginatedDescribeJobQueuesrequest
 wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesRequest
- 
 The nextTokenvalue returned from a previous paginatedDescribeJobQueuesrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse.Builder
- 
 The nextTokenvalue to include in a futureDescribeJobQueuesrequest.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.DescribeJobQueuesResponse
- 
 The nextTokenvalue to include in a futureDescribeJobQueuesrequest.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsRequest.Builder
- 
 The nextTokenvalue returned from a previous paginatedListJobsrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.ListJobsRequest
- 
 The nextTokenvalue returned from a previous paginatedListJobsrequest wheremaxResultswas used and the results exceeded the value of that parameter.
 
- nextToken(String) - Method in interface software.amazon.awssdk.services.batch.model.ListJobsResponse.Builder
- 
 The nextTokenvalue to include in a futureListJobsrequest.
 
- nextToken() - Method in class software.amazon.awssdk.services.batch.model.ListJobsResponse
- 
 The nextTokenvalue to include in a futureListJobsrequest.
 
- 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. 
- 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 rootuser).
 
- 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 rootuser).
 
- 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 rootuser).
 
- 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 rootuser).
 
- 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. 
- 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 ulimittype.
 
- softLimit() - Method in class software.amazon.awssdk.services.batch.model.Ulimit
- 
 The soft limit for the ulimittype.
 
- 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 SPOTcompute
 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 SPOTcompute
 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 STARTINGstate to theRUNNINGstate).
 
- 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 STARTINGstate to theRUNNINGstate).
 
- 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 STARTINGstate to theRUNNINGstate).
 
- 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
 STARTINGstate to theRUNNINGstate).
 
- 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 STARTINGstate to theRUNNINGstate).
 
- 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 STARTINGstate
 to theRUNNINGstate).
 
- 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, CREATINGorVALID).
 
- status(CEStatus) - Method in interface software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail.Builder
- 
 The current status of the compute environment (for example, CREATINGorVALID).
 
- status() - Method in class software.amazon.awssdk.services.batch.model.ComputeEnvironmentDetail
- 
 The current status of the compute environment (for example, CREATINGorVALID).
 
- 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, CREATINGorVALID).
 
- status(JQStatus) - Method in interface software.amazon.awssdk.services.batch.model.JobQueueDetail.Builder
- 
 The status of the job queue (for example, CREATINGorVALID).
 
- status() - Method in class software.amazon.awssdk.services.batch.model.JobQueueDetail
- 
 The status of the job queue (for example, CREATINGorVALID).
 
- 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, CREATINGorVALID).
 
- 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, CREATINGorVALID).
 
- 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 RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
 
- 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 RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
 
- 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 RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
 
- 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
 RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
 
- 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 RUNNINGstate to a terminal state, such asSUCCEEDEDorFAILED).
 
- 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 RUNNINGstate to
 a terminal state, such asSUCCEEDEDorFAILED).
 
- 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
- 
- 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
-  
- 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: EC2orSPOT.
 
- type(CRType) - Method in interface software.amazon.awssdk.services.batch.model.ComputeResource.Builder
- 
 The type of compute environment: EC2orSPOT.
 
- type() - Method in class software.amazon.awssdk.services.batch.model.ComputeResource
- 
 The type of compute environment: EC2orSPOT.
 
- 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: EC2orSPOT.
 
- 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. 
- 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.