Uses of Class
com.oracle.bmc.identity.requests.ListPoliciesRequest
-
Packages that use ListPoliciesRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListPoliciesRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type ListPoliciesRequest 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).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)
ListPoliciesResponse
IdentityClient. listPolicies(ListPoliciesRequest request)
Iterable<Policy>
IdentityPaginators. listPoliciesRecordIterator(ListPoliciesRequest request)
Creates a new iterable which will iterate over thePolicy
objects contained in responses from the listPolicies operation.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 ListPoliciesRequest 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 ListPoliciesRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListPoliciesRequest Modifier and Type Method Description ListPoliciesRequest
ListPoliciesRequest.Builder. build()
Build the instance of ListPoliciesRequest as configured by this builderListPoliciesRequest
ListPoliciesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPoliciesRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListPoliciesRequest Modifier and Type Method Description ListPoliciesRequest.Builder
ListPoliciesRequest.Builder. copy(ListPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
-