Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3Action |
Action.s3
Write to an Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
S3Action |
S3Action.clone() |
S3Action |
Action.getS3()
Write to an Amazon S3 bucket.
|
S3Action |
S3Action.withBucketName(java.lang.String bucketName)
The Amazon S3 bucket.
|
S3Action |
S3Action.withKey(java.lang.String key)
The object key.
|
S3Action |
S3Action.withRoleArn(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
S3Action |
S3ActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3ActionJsonMarshaller.marshall(S3Action s3Action,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|