Uses of Class
com.oracle.bmc.core.responses.ListAppCatalogSubscriptionsResponse
-
Packages that use ListAppCatalogSubscriptionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListAppCatalogSubscriptionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListAppCatalogSubscriptionsResponse Modifier and Type Method Description ListAppCatalogSubscriptionsResponse
Compute. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request)
Lists subscriptions for a compartment.ListAppCatalogSubscriptionsResponse
ComputeClient. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListAppCatalogSubscriptionsResponse Modifier and Type Method Description Future<ListAppCatalogSubscriptionsResponse>
ComputeAsync. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request, AsyncHandler<ListAppCatalogSubscriptionsRequest,ListAppCatalogSubscriptionsResponse> handler)
Lists subscriptions for a compartment.Future<ListAppCatalogSubscriptionsResponse>
ComputeAsyncClient. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request, AsyncHandler<ListAppCatalogSubscriptionsRequest,ListAppCatalogSubscriptionsResponse> handler)
Iterable<ListAppCatalogSubscriptionsResponse>
ComputePaginators. listAppCatalogSubscriptionsResponseIterator(ListAppCatalogSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogSubscriptions operation.Method parameters in com.oracle.bmc.core with type arguments of type ListAppCatalogSubscriptionsResponse Modifier and Type Method Description Future<ListAppCatalogSubscriptionsResponse>
ComputeAsync. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request, AsyncHandler<ListAppCatalogSubscriptionsRequest,ListAppCatalogSubscriptionsResponse> handler)
Lists subscriptions for a compartment.Future<ListAppCatalogSubscriptionsResponse>
ComputeAsyncClient. listAppCatalogSubscriptions(ListAppCatalogSubscriptionsRequest request, AsyncHandler<ListAppCatalogSubscriptionsRequest,ListAppCatalogSubscriptionsResponse> handler)
-
Uses of ListAppCatalogSubscriptionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListAppCatalogSubscriptionsResponse Modifier and Type Method Description ListAppCatalogSubscriptionsResponse
ListAppCatalogSubscriptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListAppCatalogSubscriptionsResponse Modifier and Type Method Description ListAppCatalogSubscriptionsResponse.Builder
ListAppCatalogSubscriptionsResponse.Builder. copy(ListAppCatalogSubscriptionsResponse o)
Copy method to populate the builder with values from the given instance.
-