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