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