AWS SDK for .NET Documentation
WithActionIdentifiers Method (actions)
AmazonAmazon.Auth.AccessControlPolicyStatementWithActionIdentifiers(array<ActionIdentifier>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Sets the list of actions to which this policy statement applies and returns this updated Statement object so that additional method calls can be chained together.

Actions limit a policy statement to specific service operations that are being allowed or denied by the policy statement. For example, you might want to allow any AWS user to post messages to your SQS queue using the SendMessage action, but you don't want to allow those users other actions such as ReceiveMessage or DeleteQueue.

Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public Statement WithActionIdentifiers(
	params ActionIdentifier[] actions
)
Parameters
actions (array<ActionIdentifier>[]()[][])
The list of actions to which this statement applies.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)