Uses of Class
software.amazon.awssdk.services.databrew.model.ListRecipeVersionsResponse
-
Packages that use ListRecipeVersionsResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.paginators -
-
Uses of ListRecipeVersionsResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return ListRecipeVersionsResponse Modifier and Type Method Description default ListRecipeVersionsResponseDataBrewClient. listRecipeVersions(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest)Lists the versions of a particular DataBrew recipe, except forLATEST_WORKING.default ListRecipeVersionsResponseDataBrewClient. listRecipeVersions(ListRecipeVersionsRequest listRecipeVersionsRequest)Lists the versions of a particular DataBrew recipe, except forLATEST_WORKING.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type ListRecipeVersionsResponse Modifier and Type Method Description default CompletableFuture<ListRecipeVersionsResponse>DataBrewAsyncClient. listRecipeVersions(Consumer<ListRecipeVersionsRequest.Builder> listRecipeVersionsRequest)Lists the versions of a particular DataBrew recipe, except forLATEST_WORKING.default CompletableFuture<ListRecipeVersionsResponse>DataBrewAsyncClient. listRecipeVersions(ListRecipeVersionsRequest listRecipeVersionsRequest)Lists the versions of a particular DataBrew recipe, except forLATEST_WORKING. -
Uses of ListRecipeVersionsResponse in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type ListRecipeVersionsResponse Modifier and Type Method Description Iterator<ListRecipeVersionsResponse>ListRecipeVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.databrew.paginators with type arguments of type ListRecipeVersionsResponse Modifier and Type Method Description voidListRecipeVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecipeVersionsResponse> subscriber)
-