Uses of Class
software.amazon.awssdk.services.ecs.model.RuntimePlatform
-
Packages that use RuntimePlatform Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of RuntimePlatform in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return RuntimePlatform Modifier and Type Method Description RuntimePlatformRegisterTaskDefinitionRequest. runtimePlatform()The operating system that your tasks definitions run on.RuntimePlatformTaskDefinition. runtimePlatform()The operating system that your task definitions are running on.Methods in software.amazon.awssdk.services.ecs.model with parameters of type RuntimePlatform Modifier and Type Method Description RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. runtimePlatform(RuntimePlatform runtimePlatform)The operating system that your tasks definitions run on.TaskDefinition.BuilderTaskDefinition.Builder. runtimePlatform(RuntimePlatform runtimePlatform)The operating system that your task definitions are running on.
-