Uses of Interface
software.amazon.awssdk.services.iot.model.AwsJobPresignedUrlConfig.Builder
-
Packages that use AwsJobPresignedUrlConfig.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobPresignedUrlConfig.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AwsJobPresignedUrlConfig.Builder Modifier and Type Method Description static AwsJobPresignedUrlConfig.BuilderAwsJobPresignedUrlConfig. builder()AwsJobPresignedUrlConfig.BuilderAwsJobPresignedUrlConfig.Builder. expiresInSec(Long expiresInSec)How long (in seconds) pre-signed URLs are valid.AwsJobPresignedUrlConfig.BuilderAwsJobPresignedUrlConfig. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AwsJobPresignedUrlConfig.Builder Modifier and Type Method Description static Class<? extends AwsJobPresignedUrlConfig.Builder>AwsJobPresignedUrlConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AwsJobPresignedUrlConfig.Builder Modifier and Type Method Description default CreateOtaUpdateRequest.BuilderCreateOtaUpdateRequest.Builder. awsJobPresignedUrlConfig(Consumer<AwsJobPresignedUrlConfig.Builder> awsJobPresignedUrlConfig)Configuration information for pre-signed URLs.default OTAUpdateInfo.BuilderOTAUpdateInfo.Builder. awsJobPresignedUrlConfig(Consumer<AwsJobPresignedUrlConfig.Builder> awsJobPresignedUrlConfig)Configuration information for pre-signed URLs.
-