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 S3ActionS3Action. clone()S3ActionAction. getS3()Write to an Amazon S3 bucket.S3ActionS3Action. withBucketName(String bucketName)The Amazon S3 bucket.S3ActionS3Action. withKey(String key)The object key.S3ActionS3Action. 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 voidAction. setS3(S3Action s3)Write to an Amazon S3 bucket.ActionAction. withS3(S3Action s3)Write to an Amazon S3 bucket.
-