Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
S3Action |
S3Action.clone() |
S3Action |
Action.getS3()
Write to an Amazon S3 bucket.
|
S3Action |
S3Action.withBucketName(String bucketName)
The Amazon S3 bucket.
|
S3Action |
S3Action.withKey(String key)
The object key.
|
S3Action |
S3Action.withRoleArn(String roleArn)
The ARN of the IAM role that grants access.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setS3(S3Action s3)
Write to an Amazon S3 bucket.
|
Action |
Action.withS3(S3Action s3)
Write to an Amazon S3 bucket.
|
Copyright © 2018. All rights reserved.