Uses of Class
com.oracle.bmc.queue.model.UpdatedMessage
-
Packages that use UpdatedMessage Package Description com.oracle.bmc.queue.model com.oracle.bmc.queue.responses -
-
Uses of UpdatedMessage in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return UpdatedMessage Modifier and Type Method Description UpdatedMessage
UpdatedMessage.Builder. build()
Methods in com.oracle.bmc.queue.model with parameters of type UpdatedMessage Modifier and Type Method Description UpdatedMessage.Builder
UpdatedMessage.Builder. copy(UpdatedMessage model)
-
Uses of UpdatedMessage in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return UpdatedMessage Modifier and Type Method Description UpdatedMessage
UpdateMessageResponse. getUpdatedMessage()
The returned UpdatedMessage instance.Methods in com.oracle.bmc.queue.responses with parameters of type UpdatedMessage Modifier and Type Method Description UpdateMessageResponse.Builder
UpdateMessageResponse.Builder. updatedMessage(UpdatedMessage updatedMessage)
The returned UpdatedMessage instance.
-