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 |
AWSLambda.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
GetPolicyResult |
AWSLambdaClient.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the resource policy, containing a list of permissions that
apply to a specific to an ARN that you specify via the
Qualifier paramter. |
Modifier and Type | Method and Description |
---|---|
GetPolicyRequest |
GetPolicyRequest.clone() |
GetPolicyRequest |
GetPolicyRequest.withFunctionName(String functionName)
Function name whose resource policy you want to retrieve.
|
GetPolicyRequest |
GetPolicyRequest.withQualifier(String qualifier)
You can specify this optional query parameter to specify function
version or alias name in which case this API will return all
permissions associated with the specific ARN.
|
Copyright © 2016. All rights reserved.