Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.S3Config
-
Packages that use S3Config Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of S3Config in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return S3Config Modifier and Type Method Description S3ConfigDataDestinationConfig. s3Config()The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type S3Config Modifier and Type Method Description static DataDestinationConfigDataDestinationConfig. fromS3Config(S3Config s3Config)Create an instance of this class withDataDestinationConfig.s3Config()initialized to the given value.DataDestinationConfig.BuilderDataDestinationConfig.Builder. s3Config(S3Config s3Config)The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
-