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