Uses of Class
com.oracle.bmc.goldengate.model.RecipeSummary
-
Packages that use RecipeSummary Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model -
-
Uses of RecipeSummary in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type RecipeSummary Modifier and Type Method Description Iterable<RecipeSummary>
GoldenGatePaginators. listRecipesRecordIterator(ListRecipesRequest request)
Creates a new iterable which will iterate over theRecipeSummary
objects contained in responses from the listRecipes operation. -
Uses of RecipeSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return RecipeSummary Modifier and Type Method Description RecipeSummary
RecipeSummary.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type RecipeSummary Modifier and Type Method Description List<RecipeSummary>
RecipeSummaryCollection. getItems()
Array of Recipe SummaryMethods in com.oracle.bmc.goldengate.model with parameters of type RecipeSummary Modifier and Type Method Description RecipeSummary.Builder
RecipeSummary.Builder. copy(RecipeSummary model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type RecipeSummary Modifier and Type Method Description RecipeSummaryCollection.Builder
RecipeSummaryCollection.Builder. items(List<RecipeSummary> items)
Array of Recipe SummaryConstructor parameters in com.oracle.bmc.goldengate.model with type arguments of type RecipeSummary Constructor Description RecipeSummaryCollection(List<RecipeSummary> items)
Deprecated.
-