| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EphemeralStorage |
EphemeralStorage.clone() |
EphemeralStorage |
ContainerDetail.getEphemeralStorage()
The amount of ephemeral storage allocated for the task.
|
EphemeralStorage |
ContainerProperties.getEphemeralStorage()
The amount of ephemeral storage to allocate for the task.
|
EphemeralStorage |
EphemeralStorage.withSizeInGiB(Integer sizeInGiB)
The total amount, in GiB, of ephemeral storage to set for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDetail.setEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage allocated for the task.
|
void |
ContainerProperties.setEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage to allocate for the task.
|
ContainerDetail |
ContainerDetail.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage allocated for the task.
|
ContainerProperties |
ContainerProperties.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage to allocate for the task.
|
Copyright © 2023. All rights reserved.