Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.DeleteEdgeConfigurationResponse
-
Packages that use DeleteEdgeConfigurationResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of DeleteEdgeConfigurationResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return DeleteEdgeConfigurationResponse Modifier and Type Method Description default DeleteEdgeConfigurationResponseKinesisVideoClient. deleteEdgeConfiguration(Consumer<DeleteEdgeConfigurationRequest.Builder> deleteEdgeConfigurationRequest)An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.default DeleteEdgeConfigurationResponseKinesisVideoClient. deleteEdgeConfiguration(DeleteEdgeConfigurationRequest deleteEdgeConfigurationRequest)An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type DeleteEdgeConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteEdgeConfigurationResponse>KinesisVideoAsyncClient. deleteEdgeConfiguration(Consumer<DeleteEdgeConfigurationRequest.Builder> deleteEdgeConfigurationRequest)An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.default CompletableFuture<DeleteEdgeConfigurationResponse>KinesisVideoAsyncClient. deleteEdgeConfiguration(DeleteEdgeConfigurationRequest deleteEdgeConfigurationRequest)An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.
-