Uses of Class
software.amazon.awssdk.services.appsync.model.LogConfig
-
Packages that use LogConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of LogConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return LogConfig Modifier and Type Method Description LogConfigCreateGraphqlApiRequest. logConfig()The Amazon CloudWatch Logs configuration.LogConfigGraphqlApi. logConfig()The Amazon CloudWatch Logs configuration.LogConfigUpdateGraphqlApiRequest. logConfig()The Amazon CloudWatch Logs configuration for theGraphqlApiobject.Methods in software.amazon.awssdk.services.appsync.model with parameters of type LogConfig Modifier and Type Method Description CreateGraphqlApiRequest.BuilderCreateGraphqlApiRequest.Builder. logConfig(LogConfig logConfig)The Amazon CloudWatch Logs configuration.GraphqlApi.BuilderGraphqlApi.Builder. logConfig(LogConfig logConfig)The Amazon CloudWatch Logs configuration.UpdateGraphqlApiRequest.BuilderUpdateGraphqlApiRequest.Builder. logConfig(LogConfig logConfig)The Amazon CloudWatch Logs configuration for theGraphqlApiobject.
-