| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Secret |
Secret.clone() |
Secret |
Secret.withName(String name)
The value to set as the environment variable on the container.
|
Secret |
Secret.withValueFrom(String valueFrom)
The secret to expose to the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<Secret> |
ContainerDefinition.getSecrets()
The secrets to pass to the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
ContainerDefinition.withSecrets(Secret... secrets)
The secrets to pass to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.setSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
ContainerDefinition |
ContainerDefinition.withSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
Copyright © 2018. All rights reserved.