Uses of Interface
software.amazon.awssdk.services.connect.model.ListLambdaFunctionsResponse.Builder
-
Packages that use ListLambdaFunctionsResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ListLambdaFunctionsResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListLambdaFunctionsResponse.Builder Modifier and Type Method Description static ListLambdaFunctionsResponse.BuilderListLambdaFunctionsResponse. builder()ListLambdaFunctionsResponse.BuilderListLambdaFunctionsResponse.Builder. lambdaFunctions(String... lambdaFunctions)The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.BuilderListLambdaFunctionsResponse.Builder. lambdaFunctions(Collection<String> lambdaFunctions)The Lambdafunction ARNs associated with the specified instance.ListLambdaFunctionsResponse.BuilderListLambdaFunctionsResponse.Builder. nextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListLambdaFunctionsResponse.BuilderListLambdaFunctionsResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListLambdaFunctionsResponse.Builder Modifier and Type Method Description static Class<? extends ListLambdaFunctionsResponse.Builder>ListLambdaFunctionsResponse. serializableBuilderClass()
-