Uses of Class
com.oracle.bmc.jmsutils.responses.UpdateSubscriptionAcknowledgmentConfigurationResponse
-
Packages that use UpdateSubscriptionAcknowledgmentConfigurationResponse Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.responses -
-
Uses of UpdateSubscriptionAcknowledgmentConfigurationResponse in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils that return UpdateSubscriptionAcknowledgmentConfigurationResponse Modifier and Type Method Description UpdateSubscriptionAcknowledgmentConfigurationResponse
JmsUtils. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request)
Updates the configuration for subscription acknowledgment.UpdateSubscriptionAcknowledgmentConfigurationResponse
JmsUtilsClient. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request)
Methods in com.oracle.bmc.jmsutils that return types with arguments of type UpdateSubscriptionAcknowledgmentConfigurationResponse Modifier and Type Method Description Future<UpdateSubscriptionAcknowledgmentConfigurationResponse>
JmsUtilsAsync. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request, AsyncHandler<UpdateSubscriptionAcknowledgmentConfigurationRequest,UpdateSubscriptionAcknowledgmentConfigurationResponse> handler)
Updates the configuration for subscription acknowledgment.Future<UpdateSubscriptionAcknowledgmentConfigurationResponse>
JmsUtilsAsyncClient. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request, AsyncHandler<UpdateSubscriptionAcknowledgmentConfigurationRequest,UpdateSubscriptionAcknowledgmentConfigurationResponse> handler)
Method parameters in com.oracle.bmc.jmsutils with type arguments of type UpdateSubscriptionAcknowledgmentConfigurationResponse Modifier and Type Method Description Future<UpdateSubscriptionAcknowledgmentConfigurationResponse>
JmsUtilsAsync. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request, AsyncHandler<UpdateSubscriptionAcknowledgmentConfigurationRequest,UpdateSubscriptionAcknowledgmentConfigurationResponse> handler)
Updates the configuration for subscription acknowledgment.Future<UpdateSubscriptionAcknowledgmentConfigurationResponse>
JmsUtilsAsyncClient. updateSubscriptionAcknowledgmentConfiguration(UpdateSubscriptionAcknowledgmentConfigurationRequest request, AsyncHandler<UpdateSubscriptionAcknowledgmentConfigurationRequest,UpdateSubscriptionAcknowledgmentConfigurationResponse> handler)
-
Uses of UpdateSubscriptionAcknowledgmentConfigurationResponse in com.oracle.bmc.jmsutils.responses
Methods in com.oracle.bmc.jmsutils.responses that return UpdateSubscriptionAcknowledgmentConfigurationResponse Modifier and Type Method Description UpdateSubscriptionAcknowledgmentConfigurationResponse
UpdateSubscriptionAcknowledgmentConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jmsutils.responses with parameters of type UpdateSubscriptionAcknowledgmentConfigurationResponse Modifier and Type Method Description UpdateSubscriptionAcknowledgmentConfigurationResponse.Builder
UpdateSubscriptionAcknowledgmentConfigurationResponse.Builder. copy(UpdateSubscriptionAcknowledgmentConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-