Uses of Class
com.oracle.bmc.ons.requests.CreateSubscriptionRequest
-
Packages that use CreateSubscriptionRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of CreateSubscriptionRequest in com.oracle.bmc.ons
Methods in com.oracle.bmc.ons with parameters of type CreateSubscriptionRequest 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.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)
CreateSubscriptionResponse
NotificationDataPlaneClient. createSubscription(CreateSubscriptionRequest request)
Method parameters in com.oracle.bmc.ons with type arguments of type CreateSubscriptionRequest 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 CreateSubscriptionRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return CreateSubscriptionRequest Modifier and Type Method Description CreateSubscriptionRequest
CreateSubscriptionRequest.Builder. build()
Build the instance of CreateSubscriptionRequest as configured by this builderCreateSubscriptionRequest
CreateSubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSubscriptionRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type CreateSubscriptionRequest Modifier and Type Method Description CreateSubscriptionRequest.Builder
CreateSubscriptionRequest.Builder. copy(CreateSubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-