Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
ResponderConfiguration |
ResponderConfiguration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResponderConfiguration> |
UpdateTargetResponderRuleDetails.getConfigurations()
List of responder rule configurations
|
List<ResponderConfiguration> |
ExecuteResponderExecutionDetails.getConfigurations()
List of responder rule configurations
|
List<ResponderConfiguration> |
ResponderRuleExecutionDetails.getConfigurations()
List of responder rule configurations
|
List<ResponderConfiguration> |
ResponderRuleDetails.getConfigurations()
List of responder rule configurations
|
List<ResponderConfiguration> |
TriggerResponderDetails.getConfigurations()
List of responder rule configurations
|
Modifier and Type | Method and Description |
---|---|
ResponderConfiguration.Builder |
ResponderConfiguration.Builder.copy(ResponderConfiguration model) |
Modifier and Type | Method and Description |
---|---|
UpdateTargetResponderRuleDetails.Builder |
UpdateTargetResponderRuleDetails.Builder.configurations(List<ResponderConfiguration> configurations)
List of responder rule configurations
|
ExecuteResponderExecutionDetails.Builder |
ExecuteResponderExecutionDetails.Builder.configurations(List<ResponderConfiguration> configurations)
List of responder rule configurations
|
ResponderRuleExecutionDetails.Builder |
ResponderRuleExecutionDetails.Builder.configurations(List<ResponderConfiguration> configurations)
List of responder rule configurations
|
ResponderRuleDetails.Builder |
ResponderRuleDetails.Builder.configurations(List<ResponderConfiguration> configurations)
List of responder rule configurations
|
TriggerResponderDetails.Builder |
TriggerResponderDetails.Builder.configurations(List<ResponderConfiguration> configurations)
List of responder rule configurations
|
Constructor and Description |
---|
ExecuteResponderExecutionDetails(List<ResponderConfiguration> configurations)
Deprecated.
|
ResponderRuleDetails(Condition condition,
List<ResponderConfiguration> configurations,
Boolean isEnabled,
ResponderModeTypes mode)
Deprecated.
|
ResponderRuleExecutionDetails(Condition condition,
List<ResponderConfiguration> configurations)
Deprecated.
|
TriggerResponderDetails(String responderRuleId,
List<ResponderConfiguration> configurations)
Deprecated.
|
UpdateTargetResponderRuleDetails(Condition condition,
List<ResponderConfiguration> configurations,
ResponderModeTypes mode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.