Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.GetIngestConfigurationResponse.Builder
-
Packages that use GetIngestConfigurationResponse.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of GetIngestConfigurationResponse.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return GetIngestConfigurationResponse.Builder Modifier and Type Method Description static GetIngestConfigurationResponse.BuilderGetIngestConfigurationResponse. builder()default GetIngestConfigurationResponse.BuilderGetIngestConfigurationResponse.Builder. ingestConfiguration(Consumer<IngestConfiguration.Builder> ingestConfiguration)The IngestConfiguration that was returned.GetIngestConfigurationResponse.BuilderGetIngestConfigurationResponse.Builder. ingestConfiguration(IngestConfiguration ingestConfiguration)The IngestConfiguration that was returned.GetIngestConfigurationResponse.BuilderGetIngestConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type GetIngestConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetIngestConfigurationResponse.Builder>GetIngestConfigurationResponse. serializableBuilderClass()
-