Uses of Class
software.amazon.awssdk.services.ivs.model.GetRecordingConfigurationResponse
-
Packages that use GetRecordingConfigurationResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of GetRecordingConfigurationResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return GetRecordingConfigurationResponse Modifier and Type Method Description default GetRecordingConfigurationResponseIvsClient. getRecordingConfiguration(Consumer<GetRecordingConfigurationRequest.Builder> getRecordingConfigurationRequest)Gets the recording configuration for the specified ARN.default GetRecordingConfigurationResponseIvsClient. getRecordingConfiguration(GetRecordingConfigurationRequest getRecordingConfigurationRequest)Gets the recording configuration for the specified ARN.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type GetRecordingConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetRecordingConfigurationResponse>IvsAsyncClient. getRecordingConfiguration(Consumer<GetRecordingConfigurationRequest.Builder> getRecordingConfigurationRequest)Gets the recording configuration for the specified ARN.default CompletableFuture<GetRecordingConfigurationResponse>IvsAsyncClient. getRecordingConfiguration(GetRecordingConfigurationRequest getRecordingConfigurationRequest)Gets the recording configuration for the specified ARN.
-