Uses of Interface
software.amazon.awssdk.services.appfabric.model.CreateIngestionResponse.Builder
-
Packages that use CreateIngestionResponse.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of CreateIngestionResponse.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return CreateIngestionResponse.Builder Modifier and Type Method Description static CreateIngestionResponse.BuilderCreateIngestionResponse. builder()default CreateIngestionResponse.BuilderCreateIngestionResponse.Builder. ingestion(Consumer<Ingestion.Builder> ingestion)Contains information about an ingestion.CreateIngestionResponse.BuilderCreateIngestionResponse.Builder. ingestion(Ingestion ingestion)Contains information about an ingestion.CreateIngestionResponse.BuilderCreateIngestionResponse. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type CreateIngestionResponse.Builder Modifier and Type Method Description static Class<? extends CreateIngestionResponse.Builder>CreateIngestionResponse. serializableBuilderClass()
-