Uses of Class
com.oracle.bmc.ospgateway.responses.GetSubscriptionResponse
-
Packages that use GetSubscriptionResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of GetSubscriptionResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return GetSubscriptionResponse Modifier and Type Method Description GetSubscriptionResponse
SubscriptionService. getSubscription(GetSubscriptionRequest request)
Get the subscription plan.GetSubscriptionResponse
SubscriptionServiceClient. getSubscription(GetSubscriptionRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type GetSubscriptionResponse Modifier and Type Method Description Future<GetSubscriptionResponse>
SubscriptionServiceAsync. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
Get the subscription plan.Future<GetSubscriptionResponse>
SubscriptionServiceAsyncClient. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetSubscriptionResponse Modifier and Type Method Description Future<GetSubscriptionResponse>
SubscriptionServiceAsync. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
Get the subscription plan.Future<GetSubscriptionResponse>
SubscriptionServiceAsyncClient. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
-
Uses of GetSubscriptionResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return GetSubscriptionResponse Modifier and Type Method Description GetSubscriptionResponse
GetSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.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.
-