Uses of Class
com.oracle.bmc.ons.requests.ResendSubscriptionConfirmationRequest
-
Packages that use ResendSubscriptionConfirmationRequest Package Description com.oracle.bmc.ons com.oracle.bmc.ons.requests -
-
Uses of ResendSubscriptionConfirmationRequest in com.oracle.bmc.ons
Method parameters in com.oracle.bmc.ons with type arguments of type ResendSubscriptionConfirmationRequest Modifier and Type Method Description Future<ResendSubscriptionConfirmationResponse>
NotificationDataPlaneAsync. resendSubscriptionConfirmation(ResendSubscriptionConfirmationRequest request, AsyncHandler<ResendSubscriptionConfirmationRequest,ResendSubscriptionConfirmationResponse> handler)
Resends the confirmation details for the specified subscription.Future<ResendSubscriptionConfirmationResponse>
NotificationDataPlaneAsyncClient. resendSubscriptionConfirmation(ResendSubscriptionConfirmationRequest request, AsyncHandler<ResendSubscriptionConfirmationRequest,ResendSubscriptionConfirmationResponse> handler)
-
Uses of ResendSubscriptionConfirmationRequest in com.oracle.bmc.ons.requests
Methods in com.oracle.bmc.ons.requests that return ResendSubscriptionConfirmationRequest Modifier and Type Method Description ResendSubscriptionConfirmationRequest
ResendSubscriptionConfirmationRequest.Builder. build()
Build the instance of ResendSubscriptionConfirmationRequest as configured by this builderResendSubscriptionConfirmationRequest
ResendSubscriptionConfirmationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ResendSubscriptionConfirmationRequest as configured by this builderMethods in com.oracle.bmc.ons.requests with parameters of type ResendSubscriptionConfirmationRequest Modifier and Type Method Description ResendSubscriptionConfirmationRequest.Builder
ResendSubscriptionConfirmationRequest.Builder. copy(ResendSubscriptionConfirmationRequest o)
Copy method to populate the builder with values from the given instance.
-