Uses of Class
com.oracle.bmc.streaming.requests.UpdateStreamRequest
-
Packages that use UpdateStreamRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of UpdateStreamRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type UpdateStreamRequest Modifier and Type Method Description UpdateStreamResponse
StreamAdmin. updateStream(UpdateStreamRequest request)
Updates the stream.Future<UpdateStreamResponse>
StreamAdminAsync. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
Updates the stream.Future<UpdateStreamResponse>
StreamAdminAsyncClient. updateStream(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResponse> handler)
UpdateStreamResponse
StreamAdminClient. updateStream(UpdateStreamRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type UpdateStreamRequest 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 UpdateStreamRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return UpdateStreamRequest Modifier and Type Method Description UpdateStreamRequest
UpdateStreamRequest.Builder. build()
Build the instance of UpdateStreamRequest as configured by this builderUpdateStreamRequest
UpdateStreamRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateStreamRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type UpdateStreamRequest Modifier and Type Method Description UpdateStreamRequest.Builder
UpdateStreamRequest.Builder. copy(UpdateStreamRequest o)
Copy method to populate the builder with values from the given instance.
-