Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
ListDetectorsResponse |
CloudGuardClient.listDetectors(ListDetectorsRequest request) |
ListDetectorsResponse |
CloudGuard.listDetectors(ListDetectorsRequest request)
Returns detector catalog - list of detectors supported by Cloud Guard
|
Future<ListDetectorsResponse> |
CloudGuardAsync.listDetectors(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler)
Returns detector catalog - list of detectors supported by Cloud Guard
|
Future<ListDetectorsResponse> |
CloudGuardAsyncClient.listDetectors(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler) |
Iterable<DetectorSummary> |
CloudGuardPaginators.listDetectorsRecordIterator(ListDetectorsRequest request)
Creates a new iterable which will iterate over the
DetectorSummary objects contained in responses from the
listDetectors operation. |
Iterable<ListDetectorsResponse> |
CloudGuardPaginators.listDetectorsResponseIterator(ListDetectorsRequest request)
Creates a new iterable which will iterate over the responses received from the listDetectors
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDetectorsResponse> |
CloudGuardAsync.listDetectors(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler)
Returns detector catalog - list of detectors supported by Cloud Guard
|
Future<ListDetectorsResponse> |
CloudGuardAsyncClient.listDetectors(ListDetectorsRequest request,
AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDetectorsRequest |
ListDetectorsRequest.Builder.build()
Build the instance of ListDetectorsRequest as configured by this builder
|
ListDetectorsRequest |
ListDetectorsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDetectorsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDetectorsRequest.Builder |
ListDetectorsRequest.Builder.copy(ListDetectorsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.