Uses of Class
com.oracle.bmc.ospgateway.responses.ListSubscriptionsResponse
-
Packages that use ListSubscriptionsResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
SubscriptionService. listSubscriptions(ListSubscriptionsRequest request)
Get the subscription data for the compartmentListSubscriptionsResponse
SubscriptionServiceClient. listSubscriptions(ListSubscriptionsRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
SubscriptionServiceAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Get the subscription data for the compartmentFuture<ListSubscriptionsResponse>
SubscriptionServiceAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Iterable<ListSubscriptionsResponse>
SubscriptionServicePaginators. listSubscriptionsResponseIterator(ListSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listSubscriptions operation.Method parameters in com.oracle.bmc.ospgateway with type arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
SubscriptionServiceAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Get the subscription data for the compartmentFuture<ListSubscriptionsResponse>
SubscriptionServiceAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
ListSubscriptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse.Builder
ListSubscriptionsResponse.Builder. copy(ListSubscriptionsResponse o)
Copy method to populate the builder with values from the given instance.
-