| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration |
LogConfiguration.addOptionsEntry(String key,
String value)
Add a single Options entry
|
LogConfiguration |
LogConfiguration.clearOptionsEntries()
Removes all the entries added into Options.
|
LogConfiguration |
LogConfiguration.clone() |
LogConfiguration |
ContainerDetail.getLogConfiguration()
The log configuration specification for the container.
|
LogConfiguration |
ContainerProperties.getLogConfiguration()
The log configuration specification for the container.
|
LogConfiguration |
LogConfiguration.withLogDriver(LogDriver logDriver)
The log driver to use for the container.
|
LogConfiguration |
LogConfiguration.withLogDriver(String logDriver)
The log driver to use for the container.
|
LogConfiguration |
LogConfiguration.withOptions(Map<String,String> options)
The configuration options to send to the log driver.
|
LogConfiguration |
LogConfiguration.withSecretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration |
LogConfiguration.withSecretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDetail.setLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
void |
ContainerProperties.setLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
ContainerDetail |
ContainerDetail.withLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
ContainerProperties |
ContainerProperties.withLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
Copyright © 2021. All rights reserved.