Uses of Class
software.amazon.awssdk.services.lambda.model.GetFunctionUrlConfigResponse
-
Packages that use GetFunctionUrlConfigResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of GetFunctionUrlConfigResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetFunctionUrlConfigResponse Modifier and Type Method Description default GetFunctionUrlConfigResponse
LambdaClient. getFunctionUrlConfig(Consumer<GetFunctionUrlConfigRequest.Builder> getFunctionUrlConfigRequest)
Returns details about a Lambda function URL.default GetFunctionUrlConfigResponse
LambdaClient. getFunctionUrlConfig(GetFunctionUrlConfigRequest getFunctionUrlConfigRequest)
Returns details about a Lambda function URL.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type GetFunctionUrlConfigResponse Modifier and Type Method Description default CompletableFuture<GetFunctionUrlConfigResponse>
LambdaAsyncClient. getFunctionUrlConfig(Consumer<GetFunctionUrlConfigRequest.Builder> getFunctionUrlConfigRequest)
Returns details about a Lambda function URL.default CompletableFuture<GetFunctionUrlConfigResponse>
LambdaAsyncClient. getFunctionUrlConfig(GetFunctionUrlConfigRequest getFunctionUrlConfigRequest)
Returns details about a Lambda function URL.
-