Uses of Class
com.oracle.bmc.streaming.requests.UpdateStreamPoolRequest
-
Packages that use UpdateStreamPoolRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of UpdateStreamPoolRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type UpdateStreamPoolRequest Modifier and Type Method Description UpdateStreamPoolResponse
StreamAdmin. updateStreamPool(UpdateStreamPoolRequest request)
Updates the specified stream pool.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)
UpdateStreamPoolResponse
StreamAdminClient. updateStreamPool(UpdateStreamPoolRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type UpdateStreamPoolRequest 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 UpdateStreamPoolRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return UpdateStreamPoolRequest Modifier and Type Method Description UpdateStreamPoolRequest
UpdateStreamPoolRequest.Builder. build()
Build the instance of UpdateStreamPoolRequest as configured by this builderUpdateStreamPoolRequest
UpdateStreamPoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateStreamPoolRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type UpdateStreamPoolRequest Modifier and Type Method Description UpdateStreamPoolRequest.Builder
UpdateStreamPoolRequest.Builder. copy(UpdateStreamPoolRequest o)
Copy method to populate the builder with values from the given instance.
-