Uses of Class
com.oracle.bmc.ons.responses.GetSubscriptionResponse
-
Packages that use GetSubscriptionResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of GetSubscriptionResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return GetSubscriptionResponse Modifier and Type Method Description GetSubscriptionResponse
NotificationDataPlane. getSubscription(GetSubscriptionRequest request)
Gets the specified subscription’s configuration information.GetSubscriptionResponse
NotificationDataPlaneClient. getSubscription(GetSubscriptionRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type GetSubscriptionResponse Modifier and Type Method Description Future<GetSubscriptionResponse>
NotificationDataPlaneAsync. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
Gets the specified subscription’s configuration information.Future<GetSubscriptionResponse>
NotificationDataPlaneAsyncClient. getSubscription(GetSubscriptionRequest request, AsyncHandler<GetSubscriptionRequest,GetSubscriptionResponse> handler)
-
Uses of GetSubscriptionResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return GetSubscriptionResponse Modifier and Type Method Description GetSubscriptionResponse
GetSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.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.
-