Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
ListPoliciesResponse |
IdentityClient.listPolicies(ListPoliciesRequest request) |
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) |
Iterable<Policy> |
IdentityPaginators.listPoliciesRecordIterator(ListPoliciesRequest request)
Creates a new iterable which will iterate over the
Policy 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListPoliciesRequest |
ListPoliciesRequest.Builder.build()
Build the instance of ListPoliciesRequest as configured by this builder
|
ListPoliciesRequest |
ListPoliciesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPoliciesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.copy(ListPoliciesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.