Uses of Class
software.amazon.awssdk.services.batch.model.FargatePlatformConfiguration
-
Packages that use FargatePlatformConfiguration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FargatePlatformConfiguration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return FargatePlatformConfiguration Modifier and Type Method Description FargatePlatformConfigurationContainerDetail. fargatePlatformConfiguration()The platform configuration for jobs that are running on Fargate resources.FargatePlatformConfigurationContainerProperties. fargatePlatformConfiguration()The platform configuration for jobs that are running on Fargate resources.Methods in software.amazon.awssdk.services.batch.model with parameters of type FargatePlatformConfiguration Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. fargatePlatformConfiguration(FargatePlatformConfiguration fargatePlatformConfiguration)The platform configuration for jobs that are running on Fargate resources.ContainerProperties.BuilderContainerProperties.Builder. fargatePlatformConfiguration(FargatePlatformConfiguration fargatePlatformConfiguration)The platform configuration for jobs that are running on Fargate resources.
-