Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListSubscriptionMappingsRequest
-
Packages that use ListSubscriptionMappingsRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListSubscriptionMappingsRequest in com.oracle.bmc.tenantmanagercontrolplane
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListSubscriptionMappingsRequest Modifier and Type Method Description Future<ListSubscriptionMappingsResponse>
SubscriptionAsync. listSubscriptionMappings(ListSubscriptionMappingsRequest request, AsyncHandler<ListSubscriptionMappingsRequest,ListSubscriptionMappingsResponse> handler)
Lists the subscription mappings for all the subscriptions owned by a given compartmentId.Future<ListSubscriptionMappingsResponse>
SubscriptionAsyncClient. listSubscriptionMappings(ListSubscriptionMappingsRequest request, AsyncHandler<ListSubscriptionMappingsRequest,ListSubscriptionMappingsResponse> handler)
-
Uses of ListSubscriptionMappingsRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListSubscriptionMappingsRequest Modifier and Type Method Description ListSubscriptionMappingsRequest
ListSubscriptionMappingsRequest.Builder. build()
Build the instance of ListSubscriptionMappingsRequest as configured by this builderListSubscriptionMappingsRequest
ListSubscriptionMappingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSubscriptionMappingsRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListSubscriptionMappingsRequest Modifier and Type Method Description ListSubscriptionMappingsRequest.Builder
ListSubscriptionMappingsRequest.Builder. copy(ListSubscriptionMappingsRequest o)
Copy method to populate the builder with values from the given instance.
-