Uses of Class
software.amazon.awssdk.services.batch.model.EphemeralStorage
-
Packages that use EphemeralStorage Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EphemeralStorage in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EphemeralStorage Modifier and Type Method Description EphemeralStorageContainerDetail. ephemeralStorage()The amount of ephemeral storage allocated for the task.EphemeralStorageContainerProperties. ephemeralStorage()The amount of ephemeral storage to allocate for the task.EphemeralStorageEcsTaskDetails. ephemeralStorage()The amount of ephemeral storage allocated for the task.EphemeralStorageEcsTaskProperties. ephemeralStorage()The amount of ephemeral storage to allocate for the task.Methods in software.amazon.awssdk.services.batch.model with parameters of type EphemeralStorage Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The amount of ephemeral storage allocated for the task.ContainerProperties.BuilderContainerProperties.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The amount of ephemeral storage to allocate for the task.EcsTaskDetails.BuilderEcsTaskDetails.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The amount of ephemeral storage allocated for the task.EcsTaskProperties.BuilderEcsTaskProperties.Builder. ephemeralStorage(EphemeralStorage ephemeralStorage)The amount of ephemeral storage to allocate for the task.
-