Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
RuntimePlatform |
RuntimePlatform.clone() |
RuntimePlatform |
RegisterTaskDefinitionRequest.getRuntimePlatform()
The operating system that your tasks definitions run on.
|
RuntimePlatform |
TaskDefinition.getRuntimePlatform()
The operating system that your task definitions are running on.
|
RuntimePlatform |
RuntimePlatform.withCpuArchitecture(CPUArchitecture cpuArchitecture)
The CPU architecture.
|
RuntimePlatform |
RuntimePlatform.withCpuArchitecture(String cpuArchitecture)
The CPU architecture.
|
RuntimePlatform |
RuntimePlatform.withOperatingSystemFamily(OSFamily operatingSystemFamily)
The operating system.
|
RuntimePlatform |
RuntimePlatform.withOperatingSystemFamily(String operatingSystemFamily)
The operating system.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterTaskDefinitionRequest.setRuntimePlatform(RuntimePlatform runtimePlatform)
The operating system that your tasks definitions run on.
|
void |
TaskDefinition.setRuntimePlatform(RuntimePlatform runtimePlatform)
The operating system that your task definitions are running on.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withRuntimePlatform(RuntimePlatform runtimePlatform)
The operating system that your tasks definitions run on.
|
TaskDefinition |
TaskDefinition.withRuntimePlatform(RuntimePlatform runtimePlatform)
The operating system that your task definitions are running on.
|
Copyright © 2023. All rights reserved.