| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksConfiguration |
EksConfiguration.clone() |
EksConfiguration |
ComputeEnvironmentDetail.getEksConfiguration()
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
EksConfiguration |
CreateComputeEnvironmentRequest.getEksConfiguration()
The details for the Amazon EKS cluster that supports the compute environment.
|
EksConfiguration |
EksConfiguration.withEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon EKS cluster.
|
EksConfiguration |
EksConfiguration.withKubernetesNamespace(String kubernetesNamespace)
The namespace of the Amazon EKS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeEnvironmentDetail.setEksConfiguration(EksConfiguration eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
void |
CreateComputeEnvironmentRequest.setEksConfiguration(EksConfiguration eksConfiguration)
The details for the Amazon EKS cluster that supports the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withEksConfiguration(EksConfiguration eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withEksConfiguration(EksConfiguration eksConfiguration)
The details for the Amazon EKS cluster that supports the compute environment.
|
Copyright © 2023. All rights reserved.