Uses of Class
software.amazon.awssdk.services.connect.model.AssociateLambdaFunctionResponse
-
Packages that use AssociateLambdaFunctionResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of AssociateLambdaFunctionResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return AssociateLambdaFunctionResponse Modifier and Type Method Description default AssociateLambdaFunctionResponseConnectClient. associateLambdaFunction(Consumer<AssociateLambdaFunctionRequest.Builder> associateLambdaFunctionRequest)This API is in preview release for Amazon Connect and is subject to change.default AssociateLambdaFunctionResponseConnectClient. associateLambdaFunction(AssociateLambdaFunctionRequest associateLambdaFunctionRequest)This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect that return types with arguments of type AssociateLambdaFunctionResponse Modifier and Type Method Description default CompletableFuture<AssociateLambdaFunctionResponse>ConnectAsyncClient. associateLambdaFunction(Consumer<AssociateLambdaFunctionRequest.Builder> associateLambdaFunctionRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<AssociateLambdaFunctionResponse>ConnectAsyncClient. associateLambdaFunction(AssociateLambdaFunctionRequest associateLambdaFunctionRequest)This API is in preview release for Amazon Connect and is subject to change.
-