Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
AbstractAWSLambda.getPolicy(GetPolicyRequest request) |
GetPolicyResult |
AWSLambda.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda function.
|
GetPolicyResult |
AWSLambdaClient.getPolicy(GetPolicyRequest request)
Returns the resource policy associated with the specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda function.
|
Future<GetPolicyResult> |
AbstractAWSLambdaAsync.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda function.
|
Future<GetPolicyResult> |
AbstractAWSLambdaAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda function.
|
Future<GetPolicyResult> |
AbstractAWSLambdaAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
GetPolicyResult.clone() |
GetPolicyResult |
GetPolicyResult.withPolicy(String policy)
The resource policy associated with the specified function.
|
Copyright © 2017. All rights reserved.