| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LogScope |
LogScope.fromValue(String value)
Use this in place of valueOf.
|
static LogScope |
LogScope.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationRequest |
GetLoggingConfigurationRequest.withLogScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
DeleteLoggingConfigurationRequest |
DeleteLoggingConfigurationRequest.withLogScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
ListLoggingConfigurationsRequest |
ListLoggingConfigurationsRequest.withLogScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
LoggingConfiguration |
LoggingConfiguration.withLogScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMER for the configurations that
you manage. |
Copyright © 2024. All rights reserved.