Uses of Class
software.amazon.awssdk.services.iot.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.iot.model -
-
Uses of S3Location in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return S3Location Modifier and Type Method Description S3LocationFileLocation. s3Location()The location of the updated firmware in S3.S3LocationPackageVersionArtifact. s3Location()Returns the value of the S3Location property for this object.S3LocationSbom. s3Location()Returns the value of the S3Location property for this object.S3LocationStreamFile. s3Location()The location of the file in S3.Methods in software.amazon.awssdk.services.iot.model with parameters of type S3Location Modifier and Type Method Description FileLocation.BuilderFileLocation.Builder. s3Location(S3Location s3Location)The location of the updated firmware in S3.PackageVersionArtifact.BuilderPackageVersionArtifact.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.Sbom.BuilderSbom.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.StreamFile.BuilderStreamFile.Builder. s3Location(S3Location s3Location)The location of the file in S3.
-