Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
AWSLambdaClient.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda
function.
|
GetPolicyResult |
AWSLambda.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda
function.
|
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda
function.
|
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the resource policy associated with the specified Lambda
function.
|
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda
function.
|
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda
function.
|
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda
function.
|
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy associated with the specified Lambda
function.
|
Modifier and Type | Method and Description |
---|---|
GetPolicyResult |
GetPolicyResult.clone() |
GetPolicyResult |
GetPolicyResult.withPolicy(String policy)
The resource policy associated with the specified function.
|
Copyright © 2016. All rights reserved.