| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform |
RuntimePlatform.clone() |
RuntimePlatform |
ContainerDetail.getRuntimePlatform() |
RuntimePlatform |
ContainerProperties.getRuntimePlatform() |
RuntimePlatform |
RuntimePlatform.withCpuArchitecture(String cpuArchitecture)
The vCPU architecture.
|
RuntimePlatform |
RuntimePlatform.withOperatingSystemFamily(String operatingSystemFamily)
The operating system for the compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDetail.setRuntimePlatform(RuntimePlatform runtimePlatform) |
void |
ContainerProperties.setRuntimePlatform(RuntimePlatform runtimePlatform) |
ContainerDetail |
ContainerDetail.withRuntimePlatform(RuntimePlatform runtimePlatform) |
ContainerProperties |
ContainerProperties.withRuntimePlatform(RuntimePlatform runtimePlatform) |
Copyright © 2023. All rights reserved.