Uses of Class
software.amazon.awssdk.services.batch.model.RuntimePlatform
-
Packages that use RuntimePlatform Package Description software.amazon.awssdk.services.batch.model -
-
Uses of RuntimePlatform in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return RuntimePlatform Modifier and Type Method Description RuntimePlatformContainerDetail. runtimePlatform()An object that represents the compute environment architecture for Batch jobs on Fargate.RuntimePlatformContainerProperties. runtimePlatform()An object that represents the compute environment architecture for Batch jobs on Fargate.RuntimePlatformEcsTaskDetails. runtimePlatform()An object that represents the compute environment architecture for Batch jobs on Fargate.RuntimePlatformEcsTaskProperties. runtimePlatform()An object that represents the compute environment architecture for Batch jobs on Fargate.Methods in software.amazon.awssdk.services.batch.model with parameters of type RuntimePlatform Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. runtimePlatform(RuntimePlatform runtimePlatform)An object that represents the compute environment architecture for Batch jobs on Fargate.ContainerProperties.BuilderContainerProperties.Builder. runtimePlatform(RuntimePlatform runtimePlatform)An object that represents the compute environment architecture for Batch jobs on Fargate.EcsTaskDetails.BuilderEcsTaskDetails.Builder. runtimePlatform(RuntimePlatform runtimePlatform)An object that represents the compute environment architecture for Batch jobs on Fargate.EcsTaskProperties.BuilderEcsTaskProperties.Builder. runtimePlatform(RuntimePlatform runtimePlatform)An object that represents the compute environment architecture for Batch jobs on Fargate.
-