Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
ListDetectorRulesResponse |
CloudGuard.listDetectorRules(ListDetectorRulesRequest request)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.
|
ListDetectorRulesResponse |
CloudGuardClient.listDetectorRules(ListDetectorRulesRequest request) |
Future<ListDetectorRulesResponse> |
CloudGuardAsyncClient.listDetectorRules(ListDetectorRulesRequest request,
AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler) |
Future<ListDetectorRulesResponse> |
CloudGuardAsync.listDetectorRules(ListDetectorRulesRequest request,
AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.
|
Iterable<DetectorRuleSummary> |
CloudGuardPaginators.listDetectorRulesRecordIterator(ListDetectorRulesRequest request)
Creates a new iterable which will iterate over the
DetectorRuleSummary objects contained in responses from the
listDetectorRules operation. |
Iterable<ListDetectorRulesResponse> |
CloudGuardPaginators.listDetectorRulesResponseIterator(ListDetectorRulesRequest request)
Creates a new iterable which will iterate over the responses received from the
listDetectorRules operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDetectorRulesResponse> |
CloudGuardAsyncClient.listDetectorRules(ListDetectorRulesRequest request,
AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler) |
Future<ListDetectorRulesResponse> |
CloudGuardAsync.listDetectorRules(ListDetectorRulesRequest request,
AsyncHandler<ListDetectorRulesRequest,ListDetectorRulesResponse> handler)
Returns a list of detector rules for the DetectorRecipe resource identified by detectorId.
|
Modifier and Type | Method and Description |
---|---|
ListDetectorRulesRequest |
ListDetectorRulesRequest.Builder.build()
Build the instance of ListDetectorRulesRequest as configured by this builder
|
ListDetectorRulesRequest |
ListDetectorRulesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDetectorRulesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDetectorRulesRequest.Builder |
ListDetectorRulesRequest.Builder.copy(ListDetectorRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.