Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ListAssignedSubscriptionsResponse
-
Packages that use ListAssignedSubscriptionsResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ListAssignedSubscriptionsResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ListAssignedSubscriptionsResponse Modifier and Type Method Description ListAssignedSubscriptionsResponseSubscription. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request)Lists subscriptions that are consumed by the compartment.ListAssignedSubscriptionsResponseSubscriptionClient. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request)Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ListAssignedSubscriptionsResponse Modifier and Type Method Description Future<ListAssignedSubscriptionsResponse>SubscriptionAsync. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request, AsyncHandler<ListAssignedSubscriptionsRequest,ListAssignedSubscriptionsResponse> handler)Lists subscriptions that are consumed by the compartment.Future<ListAssignedSubscriptionsResponse>SubscriptionAsyncClient. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request, AsyncHandler<ListAssignedSubscriptionsRequest,ListAssignedSubscriptionsResponse> handler)Iterable<ListAssignedSubscriptionsResponse>SubscriptionPaginators. listAssignedSubscriptionsResponseIterator(ListAssignedSubscriptionsRequest request)Creates a new iterable which will iterate over the responses received from the listAssignedSubscriptions operation.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListAssignedSubscriptionsResponse Modifier and Type Method Description Future<ListAssignedSubscriptionsResponse>SubscriptionAsync. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request, AsyncHandler<ListAssignedSubscriptionsRequest,ListAssignedSubscriptionsResponse> handler)Lists subscriptions that are consumed by the compartment.Future<ListAssignedSubscriptionsResponse>SubscriptionAsyncClient. listAssignedSubscriptions(ListAssignedSubscriptionsRequest request, AsyncHandler<ListAssignedSubscriptionsRequest,ListAssignedSubscriptionsResponse> handler) -
Uses of ListAssignedSubscriptionsResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ListAssignedSubscriptionsResponse Modifier and Type Method Description ListAssignedSubscriptionsResponseListAssignedSubscriptionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ListAssignedSubscriptionsResponse Modifier and Type Method Description ListAssignedSubscriptionsResponse.BuilderListAssignedSubscriptionsResponse.Builder. copy(ListAssignedSubscriptionsResponse o)Copy method to populate the builder with values from the given instance.
-