Uses of Class
software.amazon.awssdk.services.batch.model.EksConfiguration
-
Packages that use EksConfiguration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksConfiguration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksConfiguration Modifier and Type Method Description EksConfigurationComputeEnvironmentDetail. eksConfiguration()The configuration for the Amazon EKS cluster that supports the Batch compute environment.EksConfigurationCreateComputeEnvironmentRequest. eksConfiguration()The details for the Amazon EKS cluster that supports the compute environment.Methods in software.amazon.awssdk.services.batch.model with parameters of type EksConfiguration Modifier and Type Method Description ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. eksConfiguration(EksConfiguration eksConfiguration)The configuration for the Amazon EKS cluster that supports the Batch compute environment.CreateComputeEnvironmentRequest.BuilderCreateComputeEnvironmentRequest.Builder. eksConfiguration(EksConfiguration eksConfiguration)The details for the Amazon EKS cluster that supports the compute environment.
-