| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Secret |
Secret.clone() |
Secret |
Secret.withName(String name)
The name of the secret.
|
Secret |
Secret.withValueFrom(String valueFrom)
The secret to expose to the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<Secret> |
LogConfiguration.getSecretOptions()
The secrets to pass to the log configuration.
|
List<Secret> |
ContainerDetail.getSecrets()
The secrets to pass to the container.
|
List<Secret> |
ContainerProperties.getSecrets()
The secrets for the container.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration |
LogConfiguration.withSecretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
ContainerDetail |
ContainerDetail.withSecrets(Secret... secrets)
The secrets to pass to the container.
|
ContainerProperties |
ContainerProperties.withSecrets(Secret... secrets)
The secrets for the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogConfiguration.setSecretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
void |
ContainerDetail.setSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
void |
ContainerProperties.setSecrets(Collection<Secret> secrets)
The secrets for the container.
|
LogConfiguration |
LogConfiguration.withSecretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
ContainerDetail |
ContainerDetail.withSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
ContainerProperties |
ContainerProperties.withSecrets(Collection<Secret> secrets)
The secrets for the container.
|
Copyright © 2021. All rights reserved.