Uses of Class
com.oracle.bmc.cloudguard.responses.ListPoliciesResponse
-
Packages that use ListPoliciesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListPoliciesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListPoliciesResponse Modifier and Type Method Description ListPoliciesResponse
CloudGuard. listPolicies(ListPoliciesRequest request)
Returns the list of global policy statements (policy attributes) needed to fully enable Cloud Guard.ListPoliciesResponse
CloudGuardClient. listPolicies(ListPoliciesRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListPoliciesResponse Modifier and Type Method Description Future<ListPoliciesResponse>
CloudGuardAsync. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Returns the list of global policy statements (policy attributes) needed to fully enable Cloud Guard.Future<ListPoliciesResponse>
CloudGuardAsyncClient. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Iterable<ListPoliciesResponse>
CloudGuardPaginators. listPoliciesResponseIterator(ListPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listPolicies operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListPoliciesResponse Modifier and Type Method Description Future<ListPoliciesResponse>
CloudGuardAsync. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Returns the list of global policy statements (policy attributes) needed to fully enable Cloud Guard.Future<ListPoliciesResponse>
CloudGuardAsyncClient. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
-
Uses of ListPoliciesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListPoliciesResponse Modifier and Type Method Description ListPoliciesResponse
ListPoliciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListPoliciesResponse Modifier and Type Method Description ListPoliciesResponse.Builder
ListPoliciesResponse.Builder. copy(ListPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
-