Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetAssignedSubscriptionResponse
-
Packages that use GetAssignedSubscriptionResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetAssignedSubscriptionResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetAssignedSubscriptionResponse Modifier and Type Method Description GetAssignedSubscriptionResponse
Subscription. getAssignedSubscription(GetAssignedSubscriptionRequest request)
Get the assigned subscription details by assigned subscription ID.GetAssignedSubscriptionResponse
SubscriptionClient. getAssignedSubscription(GetAssignedSubscriptionRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type GetAssignedSubscriptionResponse Modifier and Type Method Description Future<GetAssignedSubscriptionResponse>
SubscriptionAsync. getAssignedSubscription(GetAssignedSubscriptionRequest request, AsyncHandler<GetAssignedSubscriptionRequest,GetAssignedSubscriptionResponse> handler)
Get the assigned subscription details by assigned subscription ID.Future<GetAssignedSubscriptionResponse>
SubscriptionAsyncClient. getAssignedSubscription(GetAssignedSubscriptionRequest request, AsyncHandler<GetAssignedSubscriptionRequest,GetAssignedSubscriptionResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetAssignedSubscriptionResponse Modifier and Type Method Description Future<GetAssignedSubscriptionResponse>
SubscriptionAsync. getAssignedSubscription(GetAssignedSubscriptionRequest request, AsyncHandler<GetAssignedSubscriptionRequest,GetAssignedSubscriptionResponse> handler)
Get the assigned subscription details by assigned subscription ID.Future<GetAssignedSubscriptionResponse>
SubscriptionAsyncClient. getAssignedSubscription(GetAssignedSubscriptionRequest request, AsyncHandler<GetAssignedSubscriptionRequest,GetAssignedSubscriptionResponse> handler)
-
Uses of GetAssignedSubscriptionResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetAssignedSubscriptionResponse Modifier and Type Method Description GetAssignedSubscriptionResponse
GetAssignedSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetAssignedSubscriptionResponse Modifier and Type Method Description GetAssignedSubscriptionResponse.Builder
GetAssignedSubscriptionResponse.Builder. copy(GetAssignedSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-