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