Uses of Class
com.amazonaws.services.iot.model.S3Action
-
Packages that use S3Action Package Description com.amazonaws.services.iot.model -
-
Uses of S3Action in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return S3Action Modifier and Type Method 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.Methods in com.amazonaws.services.iot.model with parameters of type S3Action Modifier and Type Method Description void
Action. setS3(S3Action s3)
Write to an Amazon S3 bucket.Action
Action. withS3(S3Action s3)
Write to an Amazon S3 bucket.
-