Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
ListProblemsResponse |
CloudGuardClient.listProblems(ListProblemsRequest request) |
ListProblemsResponse |
CloudGuard.listProblems(ListProblemsRequest request)
Returns a list of all Problems identified by the Cloud Guard
|
Future<ListProblemsResponse> |
CloudGuardAsync.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)
Returns a list of all Problems identified by the Cloud Guard
|
Future<ListProblemsResponse> |
CloudGuardAsyncClient.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler) |
Iterable<ProblemSummary> |
CloudGuardPaginators.listProblemsRecordIterator(ListProblemsRequest request)
Creates a new iterable which will iterate over the
ProblemSummary objects contained in responses from the
listProblems operation. |
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> |
CloudGuardAsync.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)
Returns a list of all Problems identified by the Cloud Guard
|
Future<ListProblemsResponse> |
CloudGuardAsyncClient.listProblems(ListProblemsRequest request,
AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListProblemsRequest |
ListProblemsRequest.Builder.build()
Build the instance of ListProblemsRequest as configured by this builder
|
ListProblemsRequest |
ListProblemsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListProblemsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListProblemsRequest.Builder |
ListProblemsRequest.Builder.copy(ListProblemsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.