Uses of Class
com.oracle.bmc.streaming.responses.UpdateStreamResponse
-
Packages that use UpdateStreamResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of UpdateStreamResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return UpdateStreamResponse Modifier and Type Method Description UpdateStreamResponse
StreamAdmin. updateStream(UpdateStreamRequest request)
Updates the stream.UpdateStreamResponse
StreamAdminClient. updateStream(UpdateStreamRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type UpdateStreamResponse Modifier and Type Method Description Future<UpdateStreamResponse>
StreamAdminAsync. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
Updates the stream.Future<UpdateStreamResponse>
StreamAdminAsyncClient. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type UpdateStreamResponse Modifier and Type Method Description Future<UpdateStreamResponse>
StreamAdminAsync. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
Updates the stream.Future<UpdateStreamResponse>
StreamAdminAsyncClient. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
-
Uses of UpdateStreamResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return UpdateStreamResponse Modifier and Type Method Description UpdateStreamResponse
UpdateStreamResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type UpdateStreamResponse Modifier and Type Method Description UpdateStreamResponse.Builder
UpdateStreamResponse.Builder. copy(UpdateStreamResponse o)
Copy method to populate the builder with values from the given instance.
-