Uses of Class
com.oracle.bmc.ons.responses.GetConfirmSubscriptionResponse
-
Packages that use GetConfirmSubscriptionResponse Package Description com.oracle.bmc.ons com.oracle.bmc.ons.responses -
-
Uses of GetConfirmSubscriptionResponse in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons that return GetConfirmSubscriptionResponse Modifier and Type Method Description GetConfirmSubscriptionResponse
NotificationDataPlane. getConfirmSubscription(GetConfirmSubscriptionRequest request)
Gets the confirmation details for the specified subscription.GetConfirmSubscriptionResponse
NotificationDataPlaneClient. getConfirmSubscription(GetConfirmSubscriptionRequest request)
Methods in com.oracle.bmc.ons that return types with arguments of type GetConfirmSubscriptionResponse Modifier and Type Method Description Future<GetConfirmSubscriptionResponse>
NotificationDataPlaneAsync. getConfirmSubscription(GetConfirmSubscriptionRequest request, AsyncHandler<GetConfirmSubscriptionRequest,GetConfirmSubscriptionResponse> handler)
Gets the confirmation details for the specified subscription.Future<GetConfirmSubscriptionResponse>
NotificationDataPlaneAsyncClient. getConfirmSubscription(GetConfirmSubscriptionRequest request, AsyncHandler<GetConfirmSubscriptionRequest,GetConfirmSubscriptionResponse> handler)
Method parameters in com.oracle.bmc.ons with type arguments of type GetConfirmSubscriptionResponse Modifier and Type Method Description Future<GetConfirmSubscriptionResponse>
NotificationDataPlaneAsync. getConfirmSubscription(GetConfirmSubscriptionRequest request, AsyncHandler<GetConfirmSubscriptionRequest,GetConfirmSubscriptionResponse> handler)
Gets the confirmation details for the specified subscription.Future<GetConfirmSubscriptionResponse>
NotificationDataPlaneAsyncClient. getConfirmSubscription(GetConfirmSubscriptionRequest request, AsyncHandler<GetConfirmSubscriptionRequest,GetConfirmSubscriptionResponse> handler)
-
Uses of GetConfirmSubscriptionResponse in com.oracle.bmc.ons.responses
Methods in com.oracle.bmc.ons.responses that return GetConfirmSubscriptionResponse Modifier and Type Method Description GetConfirmSubscriptionResponse
GetConfirmSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ons.responses with parameters of type GetConfirmSubscriptionResponse Modifier and Type Method Description GetConfirmSubscriptionResponse.Builder
GetConfirmSubscriptionResponse.Builder. copy(GetConfirmSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-