Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListAssignedSubscriptionLineItemsRequest
-
Packages that use ListAssignedSubscriptionLineItemsRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListAssignedSubscriptionLineItemsRequest in com.oracle.bmc.tenantmanagercontrolplane
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListAssignedSubscriptionLineItemsRequest Modifier and Type Method Description Future<ListAssignedSubscriptionLineItemsResponse>
SubscriptionAsync. listAssignedSubscriptionLineItems(ListAssignedSubscriptionLineItemsRequest request, AsyncHandler<ListAssignedSubscriptionLineItemsRequest,ListAssignedSubscriptionLineItemsResponse> handler)
List line item summaries that a assigned subscription owns.Future<ListAssignedSubscriptionLineItemsResponse>
SubscriptionAsyncClient. listAssignedSubscriptionLineItems(ListAssignedSubscriptionLineItemsRequest request, AsyncHandler<ListAssignedSubscriptionLineItemsRequest,ListAssignedSubscriptionLineItemsResponse> handler)
-
Uses of ListAssignedSubscriptionLineItemsRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListAssignedSubscriptionLineItemsRequest Modifier and Type Method Description ListAssignedSubscriptionLineItemsRequest
ListAssignedSubscriptionLineItemsRequest.Builder. build()
Build the instance of ListAssignedSubscriptionLineItemsRequest as configured by this builderListAssignedSubscriptionLineItemsRequest
ListAssignedSubscriptionLineItemsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAssignedSubscriptionLineItemsRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListAssignedSubscriptionLineItemsRequest Modifier and Type Method Description ListAssignedSubscriptionLineItemsRequest.Builder
ListAssignedSubscriptionLineItemsRequest.Builder. copy(ListAssignedSubscriptionLineItemsRequest o)
Copy method to populate the builder with values from the given instance.
-