| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform |
TaskDefinition.runtimePlatform()
The operating system that your task definitions are running on.
|
RuntimePlatform |
RegisterTaskDefinitionRequest.runtimePlatform()
The operating system that your tasks definitions run on.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDefinition.Builder |
TaskDefinition.Builder.runtimePlatform(RuntimePlatform runtimePlatform)
The operating system that your task definitions are running on.
|
RegisterTaskDefinitionRequest.Builder |
RegisterTaskDefinitionRequest.Builder.runtimePlatform(RuntimePlatform runtimePlatform)
The operating system that your tasks definitions run on.
|
Copyright © 2022. All rights reserved.