Uses of Class
com.oracle.bmc.identity.requests.ListCompartmentsRequest
-
Packages that use ListCompartmentsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListCompartmentsRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type ListCompartmentsRequest Modifier and Type Method Description ListCompartmentsResponse
Identity. listCompartments(ListCompartmentsRequest request)
Lists the compartments in a specified compartment.Future<ListCompartmentsResponse>
IdentityAsync. listCompartments(ListCompartmentsRequest request, AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
Lists the compartments in a specified compartment.Future<ListCompartmentsResponse>
IdentityAsyncClient. listCompartments(ListCompartmentsRequest request, AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
ListCompartmentsResponse
IdentityClient. listCompartments(ListCompartmentsRequest request)
Iterable<Compartment>
IdentityPaginators. listCompartmentsRecordIterator(ListCompartmentsRequest request)
Creates a new iterable which will iterate over theCompartment
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.Method parameters in com.oracle.bmc.identity with type arguments of type ListCompartmentsRequest Modifier and Type Method Description Future<ListCompartmentsResponse>
IdentityAsync. listCompartments(ListCompartmentsRequest request, AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
Lists the compartments in a specified compartment.Future<ListCompartmentsResponse>
IdentityAsyncClient. listCompartments(ListCompartmentsRequest request, AsyncHandler<ListCompartmentsRequest,ListCompartmentsResponse> handler)
-
Uses of ListCompartmentsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListCompartmentsRequest Modifier and Type Method Description ListCompartmentsRequest
ListCompartmentsRequest.Builder. build()
Build the instance of ListCompartmentsRequest as configured by this builderListCompartmentsRequest
ListCompartmentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCompartmentsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListCompartmentsRequest Modifier and Type Method Description ListCompartmentsRequest.Builder
ListCompartmentsRequest.Builder. copy(ListCompartmentsRequest o)
Copy method to populate the builder with values from the given instance.
-