Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.GetAssignedSubscriptionRequest
-
Packages that use GetAssignedSubscriptionRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of GetAssignedSubscriptionRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type GetAssignedSubscriptionRequest Modifier and Type Method Description GetAssignedSubscriptionResponse
Subscription. getAssignedSubscription(GetAssignedSubscriptionRequest request)
Get the assigned subscription details by assigned subscription ID.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)
GetAssignedSubscriptionResponse
SubscriptionClient. getAssignedSubscription(GetAssignedSubscriptionRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetAssignedSubscriptionRequest 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 GetAssignedSubscriptionRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return GetAssignedSubscriptionRequest Modifier and Type Method Description GetAssignedSubscriptionRequest
GetAssignedSubscriptionRequest.Builder. build()
Build the instance of GetAssignedSubscriptionRequest as configured by this builderGetAssignedSubscriptionRequest
GetAssignedSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAssignedSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type GetAssignedSubscriptionRequest Modifier and Type Method Description GetAssignedSubscriptionRequest.Builder
GetAssignedSubscriptionRequest.Builder. copy(GetAssignedSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-