Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ListSubscriptionsResponse
-
Packages that use ListSubscriptionsResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
Subscription. listSubscriptions(ListSubscriptionsRequest request)
List the subscriptions that a compartment owns.ListSubscriptionsResponse
SubscriptionClient. listSubscriptions(ListSubscriptionsRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
SubscriptionAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
List the subscriptions that a compartment owns.Future<ListSubscriptionsResponse>
SubscriptionAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
Iterable<ListSubscriptionsResponse>
SubscriptionPaginators. listSubscriptionsResponseIterator(ListSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listSubscriptions operation.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListSubscriptionsResponse Modifier and Type Method Description Future<ListSubscriptionsResponse>
SubscriptionAsync. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
List the subscriptions that a compartment owns.Future<ListSubscriptionsResponse>
SubscriptionAsyncClient. listSubscriptions(ListSubscriptionsRequest request, AsyncHandler<ListSubscriptionsRequest,ListSubscriptionsResponse> handler)
-
Uses of ListSubscriptionsResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ListSubscriptionsResponse Modifier and Type Method Description ListSubscriptionsResponse
ListSubscriptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.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.
-