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