Uses of Class
software.amazon.awssdk.services.lambda.model.ListVersionsByFunctionResponse
-
Packages that use ListVersionsByFunctionResponse Package Description software.amazon.awssdk.services.lambda Lambda software.amazon.awssdk.services.lambda.paginators -
-
Uses of ListVersionsByFunctionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return ListVersionsByFunctionResponse Modifier and Type Method Description default ListVersionsByFunctionResponseLambdaClient. listVersionsByFunction(Consumer<ListVersionsByFunctionRequest.Builder> listVersionsByFunctionRequest)Returns a list of versions, with the version-specific configuration of each.default ListVersionsByFunctionResponseLambdaClient. listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)Returns a list of versions, with the version-specific configuration of each.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type ListVersionsByFunctionResponse Modifier and Type Method Description default CompletableFuture<ListVersionsByFunctionResponse>LambdaAsyncClient. listVersionsByFunction(Consumer<ListVersionsByFunctionRequest.Builder> listVersionsByFunctionRequest)Returns a list of versions, with the version-specific configuration of each.default CompletableFuture<ListVersionsByFunctionResponse>LambdaAsyncClient. listVersionsByFunction(ListVersionsByFunctionRequest listVersionsByFunctionRequest)Returns a list of versions, with the version-specific configuration of each. -
Uses of ListVersionsByFunctionResponse in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type ListVersionsByFunctionResponse Modifier and Type Method Description Iterator<ListVersionsByFunctionResponse>ListVersionsByFunctionIterable. iterator()Method parameters in software.amazon.awssdk.services.lambda.paginators with type arguments of type ListVersionsByFunctionResponse Modifier and Type Method Description voidListVersionsByFunctionPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVersionsByFunctionResponse> subscriber)
-