Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
ListCompartmentsResponse |
Identity.listCompartments(ListCompartmentsRequest request)
Lists the compartments in a specified compartment.
|
ListCompartmentsResponse |
IdentityClient.listCompartments(ListCompartmentsRequest request) |
Future<ListCompartmentsResponse> |
IdentityAsyncClient.listCompartments(ListCompartmentsRequest request,
AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler) |
Future<ListCompartmentsResponse> |
IdentityAsync.listCompartments(ListCompartmentsRequest request,
AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
Lists the compartments in a specified compartment.
|
Iterable<Compartment> |
IdentityPaginators.listCompartmentsRecordIterator(ListCompartmentsRequest request)
Creates a new iterable which will iterate over the
Compartment objects contained in responses from the
listCompartments operation. |
Iterable<ListCompartmentsResponse> |
IdentityPaginators.listCompartmentsResponseIterator(ListCompartmentsRequest request)
Creates a new iterable which will iterate over the responses received from the
listCompartments operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCompartmentsResponse> |
IdentityAsyncClient.listCompartments(ListCompartmentsRequest request,
AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler) |
Future<ListCompartmentsResponse> |
IdentityAsync.listCompartments(ListCompartmentsRequest request,
AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
Lists the compartments in a specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListCompartmentsRequest |
ListCompartmentsRequest.Builder.build()
Build the instance of ListCompartmentsRequest as configured by this builder
|
ListCompartmentsRequest |
ListCompartmentsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCompartmentsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCompartmentsRequest.Builder |
ListCompartmentsRequest.Builder.copy(ListCompartmentsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.