Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
GetFunctionUrlConfigResult |
AbstractAWSLambda.getFunctionUrlConfig(GetFunctionUrlConfigRequest request) |
GetFunctionUrlConfigResult |
AWSLambda.getFunctionUrlConfig(GetFunctionUrlConfigRequest getFunctionUrlConfigRequest)
Returns details about a Lambda function URL.
|
GetFunctionUrlConfigResult |
AWSLambdaClient.getFunctionUrlConfig(GetFunctionUrlConfigRequest request)
Returns details about a Lambda function URL.
|
Modifier and Type | Method and Description |
---|---|
Future<GetFunctionUrlConfigResult> |
AbstractAWSLambdaAsync.getFunctionUrlConfigAsync(GetFunctionUrlConfigRequest request,
AsyncHandler<GetFunctionUrlConfigRequest,GetFunctionUrlConfigResult> asyncHandler) |
Future<GetFunctionUrlConfigResult> |
AWSLambdaAsync.getFunctionUrlConfigAsync(GetFunctionUrlConfigRequest getFunctionUrlConfigRequest,
AsyncHandler<GetFunctionUrlConfigRequest,GetFunctionUrlConfigResult> asyncHandler)
Returns details about a Lambda function URL.
|
Future<GetFunctionUrlConfigResult> |
AWSLambdaAsyncClient.getFunctionUrlConfigAsync(GetFunctionUrlConfigRequest request,
AsyncHandler<GetFunctionUrlConfigRequest,GetFunctionUrlConfigResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.clone() |
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withAuthType(FunctionUrlAuthType authType)
The type of authentication that your function URL uses.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withAuthType(String authType)
The type of authentication that your function URL uses.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withCors(Cors cors)
The cross-origin resource sharing (CORS)
settings for your function URL.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withCreationTime(String creationTime)
When the function URL was created, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of your function.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withFunctionUrl(String functionUrl)
The HTTP URL endpoint for your function.
|
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withLastModifiedTime(String lastModifiedTime)
When the function URL configuration was last updated, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
Copyright © 2022. All rights reserved.