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 access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
GetPolicyResult |
AWSLambdaClient.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Modifier and Type | Method and Description |
---|---|
Future<GetPolicyResult> |
AWSLambdaAsyncClient.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Future<GetPolicyResult> |
AWSLambdaAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the access policy, containing a list of permissions granted
via the
AddPermission API, associated with the specified
bucket. |
Modifier and Type | Method and Description |
---|---|
GetPolicyRequest |
GetPolicyRequest.clone() |
GetPolicyRequest |
GetPolicyRequest.withFunctionName(String functionName)
Function name whose access policy you want to retrieve.
|
Copyright © 2015. All rights reserved.