Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.responses |
Modifier and Type | Method and Description |
---|---|
ListProblemsResponse |
CloudGuard.listProblems(ListProblemsRequest request)
Returns a list of all Problems identified by Cloud Guard which are currently in the database
and meet the filtering criteria.
|
ListProblemsResponse |
CloudGuardClient.listProblems(ListProblemsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListProblemsResponse> |
CloudGuardAsyncClient.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler) |
Future<ListProblemsResponse> |
CloudGuardAsync.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)
Returns a list of all Problems identified by Cloud Guard which are currently in the database
and meet the filtering criteria.
|
Iterable<ListProblemsResponse> |
CloudGuardPaginators.listProblemsResponseIterator(ListProblemsRequest request)
Creates a new iterable which will iterate over the responses received from the listProblems
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListProblemsResponse> |
CloudGuardAsyncClient.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler) |
Future<ListProblemsResponse> |
CloudGuardAsync.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)
Returns a list of all Problems identified by Cloud Guard which are currently in the database
and meet the filtering criteria.
|
Modifier and Type | Method and Description |
---|---|
ListProblemsResponse |
ListProblemsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListProblemsResponse.Builder |
ListProblemsResponse.Builder.copy(ListProblemsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.