| Package | Description |
|---|---|
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
AwsPolicyBuilder |
AwsPolicyBuilder.withKms(String kmsKeyId,
KmsActions... actions)
Adds a permission to allow the specified actions to the given KMS key id.
|
AwsPolicyBuilder |
AwsPolicyBuilder.withS3(String bucketName,
String objectKey,
com.amazonaws.auth.policy.actions.S3Actions... actions)
Adds a permission to allow the specified actions to the given bucket and s3 object key.
|
AwsPolicyBuilder |
AwsPolicyBuilder.withS3Prefix(String bucketName,
String prefix,
com.amazonaws.auth.policy.actions.S3Actions... actions)
Adds a permission to allow the specified actions to the given bucket and s3 key prefix.
|
Copyright © 2019. All rights reserved.