Uses of Class
com.oracle.bmc.streaming.responses.PutMessagesResponse
-
Packages that use PutMessagesResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of PutMessagesResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return PutMessagesResponse Modifier and Type Method Description PutMessagesResponse
Stream. putMessages(PutMessagesRequest request)
Emits messages to a stream.PutMessagesResponse
StreamClient. putMessages(PutMessagesRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type PutMessagesResponse Modifier and Type Method Description Future<PutMessagesResponse>
StreamAsync. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Emits messages to a stream.Future<PutMessagesResponse>
StreamAsyncClient. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type PutMessagesResponse Modifier and Type Method Description Future<PutMessagesResponse>
StreamAsync. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
Emits messages to a stream.Future<PutMessagesResponse>
StreamAsyncClient. putMessages(PutMessagesRequest request, AsyncHandler<PutMessagesRequest,PutMessagesResponse> handler)
-
Uses of PutMessagesResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return PutMessagesResponse Modifier and Type Method Description PutMessagesResponse
PutMessagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type PutMessagesResponse Modifier and Type Method Description PutMessagesResponse.Builder
PutMessagesResponse.Builder. copy(PutMessagesResponse o)
Copy method to populate the builder with values from the given instance.
-