Uses of Class
software.amazon.awssdk.services.gamelift.model.LogConfiguration
-
Packages that use LogConfiguration Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LogConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LogConfiguration Modifier and Type Method Description LogConfigurationContainerFleet. logConfiguration()The method that is used to collect container logs for the fleet.LogConfigurationCreateContainerFleetRequest. logConfiguration()A method for collecting container logs for the fleet.LogConfigurationUpdateContainerFleetRequest. logConfiguration()The method for collecting container logs for the fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LogConfiguration Modifier and Type Method Description ContainerFleet.BuilderContainerFleet.Builder. logConfiguration(LogConfiguration logConfiguration)The method that is used to collect container logs for the fleet.CreateContainerFleetRequest.BuilderCreateContainerFleetRequest.Builder. logConfiguration(LogConfiguration logConfiguration)A method for collecting container logs for the fleet.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. logConfiguration(LogConfiguration logConfiguration)The method for collecting container logs for the fleet.
-