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