Uses of Class
com.oracle.bmc.mediaservices.responses.GetMediaWorkflowConfigurationResponse
-
Packages that use GetMediaWorkflowConfigurationResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of GetMediaWorkflowConfigurationResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return GetMediaWorkflowConfigurationResponse Modifier and Type Method Description GetMediaWorkflowConfigurationResponse
MediaServices. getMediaWorkflowConfiguration(GetMediaWorkflowConfigurationRequest request)
Gets a MediaWorkflowConfiguration by identifierGetMediaWorkflowConfigurationResponse
MediaServicesClient. getMediaWorkflowConfiguration(GetMediaWorkflowConfigurationRequest request)
Method parameters in com.oracle.bmc.mediaservices with type arguments of type GetMediaWorkflowConfigurationResponse Modifier and Type Method Description Future<GetMediaWorkflowConfigurationResponse>
MediaServicesAsync. getMediaWorkflowConfiguration(GetMediaWorkflowConfigurationRequest request, AsyncHandler<GetMediaWorkflowConfigurationRequest,GetMediaWorkflowConfigurationResponse> handler)
Gets a MediaWorkflowConfiguration by identifierFuture<GetMediaWorkflowConfigurationResponse>
MediaServicesAsyncClient. getMediaWorkflowConfiguration(GetMediaWorkflowConfigurationRequest request, AsyncHandler<GetMediaWorkflowConfigurationRequest,GetMediaWorkflowConfigurationResponse> handler)
-
Uses of GetMediaWorkflowConfigurationResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return GetMediaWorkflowConfigurationResponse Modifier and Type Method Description GetMediaWorkflowConfigurationResponse
GetMediaWorkflowConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type GetMediaWorkflowConfigurationResponse Modifier and Type Method Description GetMediaWorkflowConfigurationResponse.Builder
GetMediaWorkflowConfigurationResponse.Builder. copy(GetMediaWorkflowConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-