Uses of Class
software.amazon.awssdk.services.wafv2.model.LogScope
-
Packages that use LogScope Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LogScope in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return LogScope Modifier and Type Method Description static LogScopeLogScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogScopeDeleteLoggingConfigurationRequest. logScope()The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.LogScopeGetLoggingConfigurationRequest. logScope()The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.LogScopeListLoggingConfigurationsRequest. logScope()The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.LogScopeLoggingConfiguration. logScope()The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.static LogScopeLogScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LogScope[]LogScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LogScope Modifier and Type Method Description static Set<LogScope>LogScope. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type LogScope Modifier and Type Method Description DeleteLoggingConfigurationRequest.BuilderDeleteLoggingConfigurationRequest.Builder. logScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. logScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.ListLoggingConfigurationsRequest.BuilderListLoggingConfigurationsRequest.Builder. logScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.LoggingConfiguration.BuilderLoggingConfiguration.Builder. logScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.
-