Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
PlatformDevice |
PlatformDevice.clone() |
PlatformDevice |
PlatformDevice.withId(String id)
The ID for the GPUs on the container instance.
|
PlatformDevice |
PlatformDevice.withType(PlatformDeviceType type)
The type of device that's available on the container instance.
|
PlatformDevice |
PlatformDevice.withType(String type)
The type of device that's available on the container instance.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformDevice> |
RegisterContainerInstanceRequest.getPlatformDevices()
The devices that are available on the container instance.
|
Modifier and Type | Method and Description |
---|---|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withPlatformDevices(PlatformDevice... platformDevices)
The devices that are available on the container instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterContainerInstanceRequest.setPlatformDevices(Collection<PlatformDevice> platformDevices)
The devices that are available on the container instance.
|
RegisterContainerInstanceRequest |
RegisterContainerInstanceRequest.withPlatformDevices(Collection<PlatformDevice> platformDevices)
The devices that are available on the container instance.
|
Copyright © 2022. All rights reserved.