Uses of Class
com.oracle.bmc.identity.responses.ListCompartmentsResponse
-
Packages that use ListCompartmentsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListCompartmentsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListCompartmentsResponse Modifier and Type Method Description ListCompartmentsResponse
Identity. listCompartments(ListCompartmentsRequest request)
Lists the compartments in a specified compartment.ListCompartmentsResponse
IdentityClient. listCompartments(ListCompartmentsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListCompartmentsResponse 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)
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 ListCompartmentsResponse 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 ListCompartmentsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListCompartmentsResponse Modifier and Type Method Description ListCompartmentsResponse
ListCompartmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListCompartmentsResponse Modifier and Type Method Description ListCompartmentsResponse.Builder
ListCompartmentsResponse.Builder. copy(ListCompartmentsResponse o)
Copy method to populate the builder with values from the given instance.
-