Uses of Class
com.oracle.bmc.streaming.model.PutMessagesResultEntry
- 
Packages that use PutMessagesResultEntry Package Description com.oracle.bmc.streaming.model 
- 
- 
Uses of PutMessagesResultEntry in com.oracle.bmc.streaming.modelMethods in com.oracle.bmc.streaming.model that return PutMessagesResultEntry Modifier and Type Method Description PutMessagesResultEntryPutMessagesResultEntry.Builder. build()Methods in com.oracle.bmc.streaming.model that return types with arguments of type PutMessagesResultEntry Modifier and Type Method Description List<PutMessagesResultEntry>PutMessagesResult. getEntries()An array of items representing the result of each message.Methods in com.oracle.bmc.streaming.model with parameters of type PutMessagesResultEntry Modifier and Type Method Description PutMessagesResultEntry.BuilderPutMessagesResultEntry.Builder. copy(PutMessagesResultEntry model)Method parameters in com.oracle.bmc.streaming.model with type arguments of type PutMessagesResultEntry Modifier and Type Method Description PutMessagesResult.BuilderPutMessagesResult.Builder. entries(List<PutMessagesResultEntry> entries)An array of items representing the result of each message.Constructor parameters in com.oracle.bmc.streaming.model with type arguments of type PutMessagesResultEntry Constructor Description PutMessagesResult(Integer failures, List<PutMessagesResultEntry> entries)Deprecated.
 
-