Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Future<ListPoliciesResponse> |
IdentityAsyncClient.listPolicies(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler) |
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).
|
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> |
IdentityAsyncClient.listPolicies(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler) |
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).
|
Modifier and Type | Method and Description |
---|---|
ListPoliciesResponse |
ListPoliciesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.copy(ListPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.