Uses of Class
com.oracle.bmc.identity.responses.ListPoliciesResponse
-
Packages that use ListPoliciesResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListPoliciesResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListPoliciesResponse Modifier and Type Method Description ListPoliciesResponse
Identity. listPolicies(ListPoliciesRequest request)
Lists the policies in the specified compartment (either the tenancy or another of your compartments).ListPoliciesResponse
IdentityClient. listPolicies(ListPoliciesRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListPoliciesResponse Modifier and Type Method Description Future<ListPoliciesResponse>
IdentityAsync. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Lists the policies in the specified compartment (either the tenancy or another of your compartments).Future<ListPoliciesResponse>
IdentityAsyncClient. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Iterable<ListPoliciesResponse>
IdentityPaginators. listPoliciesResponseIterator(ListPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listPolicies operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListPoliciesResponse Modifier and Type Method Description Future<ListPoliciesResponse>
IdentityAsync. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
Lists the policies in the specified compartment (either the tenancy or another of your compartments).Future<ListPoliciesResponse>
IdentityAsyncClient. listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
-
Uses of ListPoliciesResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListPoliciesResponse Modifier and Type Method Description ListPoliciesResponse
ListPoliciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.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.
-