| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.clone() |
CustomerManagedDatastoreS3StorageSummary |
DatastoreStorageSummary.getCustomerManagedS3()
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withBucket(String bucket)
The name of the Amazon S3 bucket where your data is stored.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withKeyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the data store data objects.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withRoleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastoreStorageSummary.setCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
DatastoreStorageSummary |
DatastoreStorageSummary.withCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
Copyright © 2021. All rights reserved.