| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Ulimit.Builder |
Ulimit.builder() |
Ulimit.Builder |
Ulimit.Builder.hardLimit(Integer hardLimit)
The hard limit for the
ulimit type. |
Ulimit.Builder |
Ulimit.Builder.name(String name)
The
type of the ulimit. |
Ulimit.Builder |
Ulimit.Builder.name(UlimitName name)
The
type of the ulimit. |
Ulimit.Builder |
Ulimit.Builder.softLimit(Integer softLimit)
The soft limit for the
ulimit type. |
Ulimit.Builder |
Ulimit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ulimit.Builder> |
Ulimit.serializableBuilderClass() |
Copyright © 2023. All rights reserved.