Uses of Class
com.oracle.bmc.ospgateway.responses.UpdateSubscriptionResponse
-
Packages that use UpdateSubscriptionResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of UpdateSubscriptionResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return UpdateSubscriptionResponse Modifier and Type Method Description UpdateSubscriptionResponse
SubscriptionService. updateSubscription(UpdateSubscriptionRequest request)
Update plan of the subscription.UpdateSubscriptionResponse
SubscriptionServiceClient. updateSubscription(UpdateSubscriptionRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type UpdateSubscriptionResponse Modifier and Type Method Description Future<UpdateSubscriptionResponse>
SubscriptionServiceAsync. updateSubscription(UpdateSubscriptionRequest request, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResponse> handler)
Update plan of the subscription.Future<UpdateSubscriptionResponse>
SubscriptionServiceAsyncClient. updateSubscription(UpdateSubscriptionRequest request, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type UpdateSubscriptionResponse Modifier and Type Method Description Future<UpdateSubscriptionResponse>
SubscriptionServiceAsync. updateSubscription(UpdateSubscriptionRequest request, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResponse> handler)
Update plan of the subscription.Future<UpdateSubscriptionResponse>
SubscriptionServiceAsyncClient. updateSubscription(UpdateSubscriptionRequest request, AsyncHandler<UpdateSubscriptionRequest,UpdateSubscriptionResponse> handler)
-
Uses of UpdateSubscriptionResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return UpdateSubscriptionResponse Modifier and Type Method Description UpdateSubscriptionResponse
UpdateSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type UpdateSubscriptionResponse Modifier and Type Method Description UpdateSubscriptionResponse.Builder
UpdateSubscriptionResponse.Builder. copy(UpdateSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-