Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private LogConfiguration |
ContainerDefinition.logConfiguration
The log configuration specification for the container.
|
Modifier and Type | Method and Description |
---|---|
LogConfiguration |
LogConfiguration.addOptionsEntry(java.lang.String key,
java.lang.String value) |
LogConfiguration |
LogConfiguration.clearOptionsEntries()
Removes all the entries added into Options.
|
LogConfiguration |
LogConfiguration.clone() |
LogConfiguration |
ContainerDefinition.getLogConfiguration()
The log configuration specification for the container.
|
LogConfiguration |
LogConfiguration.withLogDriver(LogDriver logDriver)
The log driver to use for the container.
|
LogConfiguration |
LogConfiguration.withLogDriver(java.lang.String logDriver)
The log driver to use for the container.
|
LogConfiguration |
LogConfiguration.withOptions(java.util.Map<java.lang.String,java.lang.String> options)
The configuration options to send to the log driver.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
ContainerDefinition |
ContainerDefinition.withLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
Modifier and Type | Method and Description |
---|---|
LogConfiguration |
LogConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LogConfigurationJsonMarshaller.marshall(LogConfiguration logConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|