Uses of Class
com.oracle.bmc.mediaservices.responses.UpdateStreamPackagingConfigResponse
-
Packages that use UpdateStreamPackagingConfigResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of UpdateStreamPackagingConfigResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return UpdateStreamPackagingConfigResponse Modifier and Type Method Description UpdateStreamPackagingConfigResponse
MediaServices. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request)
Updates the Stream Packaging Configuration.UpdateStreamPackagingConfigResponse
MediaServicesClient. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type UpdateStreamPackagingConfigResponse Modifier and Type Method Description Future<UpdateStreamPackagingConfigResponse>
MediaServicesAsync. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request, AsyncHandler<UpdateStreamPackagingConfigRequest,UpdateStreamPackagingConfigResponse> handler)
Updates the Stream Packaging Configuration.Future<UpdateStreamPackagingConfigResponse>
MediaServicesAsyncClient. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request, AsyncHandler<UpdateStreamPackagingConfigRequest,UpdateStreamPackagingConfigResponse> handler)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type UpdateStreamPackagingConfigResponse Modifier and Type Method Description Future<UpdateStreamPackagingConfigResponse>
MediaServicesAsync. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request, AsyncHandler<UpdateStreamPackagingConfigRequest,UpdateStreamPackagingConfigResponse> handler)
Updates the Stream Packaging Configuration.Future<UpdateStreamPackagingConfigResponse>
MediaServicesAsyncClient. updateStreamPackagingConfig(UpdateStreamPackagingConfigRequest request, AsyncHandler<UpdateStreamPackagingConfigRequest,UpdateStreamPackagingConfigResponse> handler)
-
Uses of UpdateStreamPackagingConfigResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return UpdateStreamPackagingConfigResponse Modifier and Type Method Description UpdateStreamPackagingConfigResponse
UpdateStreamPackagingConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type UpdateStreamPackagingConfigResponse Modifier and Type Method Description UpdateStreamPackagingConfigResponse.Builder
UpdateStreamPackagingConfigResponse.Builder. copy(UpdateStreamPackagingConfigResponse o)
Copy method to populate the builder with values from the given instance.
-