| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
TaskEphemeralStorage |
TaskEphemeralStorage.clone() |
TaskEphemeralStorage |
Task.getFargateEphemeralStorage()
The Fargate ephemeral storage settings for the task.
|
TaskEphemeralStorage |
TaskEphemeralStorage.withKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the ephemeral storage for the task.
|
TaskEphemeralStorage |
TaskEphemeralStorage.withSizeInGiB(Integer sizeInGiB)
The total amount, in GiB, of the ephemeral storage to set for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setFargateEphemeralStorage(TaskEphemeralStorage fargateEphemeralStorage)
The Fargate ephemeral storage settings for the task.
|
Task |
Task.withFargateEphemeralStorage(TaskEphemeralStorage fargateEphemeralStorage)
The Fargate ephemeral storage settings for the task.
|
Copyright © 2024. All rights reserved.