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