Uses of Class
com.oracle.bmc.mediaservices.responses.ListStreamCdnConfigsResponse
-
Packages that use ListStreamCdnConfigsResponse Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.responses -
-
Uses of ListStreamCdnConfigsResponse in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return ListStreamCdnConfigsResponse Modifier and Type Method Description ListStreamCdnConfigsResponse
MediaServices. listStreamCdnConfigs(ListStreamCdnConfigsRequest request)
Lists the StreamCdnConfig.ListStreamCdnConfigsResponse
MediaServicesClient. listStreamCdnConfigs(ListStreamCdnConfigsRequest request)
Methods in com.oracle.bmc.mediaservices that return types with arguments of type ListStreamCdnConfigsResponse Modifier and Type Method Description Future<ListStreamCdnConfigsResponse>
MediaServicesAsync. listStreamCdnConfigs(ListStreamCdnConfigsRequest request, AsyncHandler<ListStreamCdnConfigsRequest,ListStreamCdnConfigsResponse> handler)
Lists the StreamCdnConfig.Future<ListStreamCdnConfigsResponse>
MediaServicesAsyncClient. listStreamCdnConfigs(ListStreamCdnConfigsRequest request, AsyncHandler<ListStreamCdnConfigsRequest,ListStreamCdnConfigsResponse> handler)
Iterable<ListStreamCdnConfigsResponse>
MediaServicesPaginators. listStreamCdnConfigsResponseIterator(ListStreamCdnConfigsRequest request)
Creates a new iterable which will iterate over the responses received from the listStreamCdnConfigs operation.Method parameters in com.oracle.bmc.mediaservices with type arguments of type ListStreamCdnConfigsResponse Modifier and Type Method Description Future<ListStreamCdnConfigsResponse>
MediaServicesAsync. listStreamCdnConfigs(ListStreamCdnConfigsRequest request, AsyncHandler<ListStreamCdnConfigsRequest,ListStreamCdnConfigsResponse> handler)
Lists the StreamCdnConfig.Future<ListStreamCdnConfigsResponse>
MediaServicesAsyncClient. listStreamCdnConfigs(ListStreamCdnConfigsRequest request, AsyncHandler<ListStreamCdnConfigsRequest,ListStreamCdnConfigsResponse> handler)
-
Uses of ListStreamCdnConfigsResponse in com.oracle.bmc.mediaservices.responses
Methods in com.oracle.bmc.mediaservices.responses that return ListStreamCdnConfigsResponse Modifier and Type Method Description ListStreamCdnConfigsResponse
ListStreamCdnConfigsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mediaservices.responses with parameters of type ListStreamCdnConfigsResponse Modifier and Type Method Description ListStreamCdnConfigsResponse.Builder
ListStreamCdnConfigsResponse.Builder. copy(ListStreamCdnConfigsResponse o)
Copy method to populate the builder with values from the given instance.
-