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