Uses of Class
software.amazon.awssdk.services.iot.model.AwsJobPresignedUrlConfig
-
Packages that use AwsJobPresignedUrlConfig Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobPresignedUrlConfig in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AwsJobPresignedUrlConfig Modifier and Type Method Description AwsJobPresignedUrlConfig
CreateOtaUpdateRequest. awsJobPresignedUrlConfig()
Configuration information for pre-signed URLs.AwsJobPresignedUrlConfig
OTAUpdateInfo. awsJobPresignedUrlConfig()
Configuration information for pre-signed URLs.Methods in software.amazon.awssdk.services.iot.model with parameters of type AwsJobPresignedUrlConfig Modifier and Type Method Description CreateOtaUpdateRequest.Builder
CreateOtaUpdateRequest.Builder. awsJobPresignedUrlConfig(AwsJobPresignedUrlConfig awsJobPresignedUrlConfig)
Configuration information for pre-signed URLs.OTAUpdateInfo.Builder
OTAUpdateInfo.Builder. awsJobPresignedUrlConfig(AwsJobPresignedUrlConfig awsJobPresignedUrlConfig)
Configuration information for pre-signed URLs.
-