Uses of Class
software.amazon.awssdk.services.ecs.model.LogConfiguration
-
Packages that use LogConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of LogConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return LogConfiguration Modifier and Type Method Description LogConfigurationContainerDefinition. logConfiguration()The log configuration specification for the container.LogConfigurationServiceConnectConfiguration. logConfiguration()Returns the value of the LogConfiguration property for this object.Methods in software.amazon.awssdk.services.ecs.model with parameters of type LogConfiguration Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. logConfiguration(LogConfiguration logConfiguration)The log configuration specification for the container.ServiceConnectConfiguration.BuilderServiceConnectConfiguration.Builder. logConfiguration(LogConfiguration logConfiguration)Sets the value of the LogConfiguration property for this object.
-