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. |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
GetPolicyResult |
GetPolicyResult.clone() |
GetPolicyResult |
GetPolicyResult.withPolicy(String policy)
The access policy associated with the specified function.
|
Copyright © 2015. All rights reserved.