Uses of Class
software.amazon.awssdk.services.signer.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.signer.model -
-
Uses of Source in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return Source Modifier and Type Method Description SourceDescribeSigningJobResponse. source()The object that contains the name of your S3 bucket or your raw code.SourceSigningJob. source()ASourcethat contains information about a signing job's code image source.SourceStartSigningJobRequest. source()The S3 bucket that contains the object to sign or a BLOB that contains your raw code.Methods in software.amazon.awssdk.services.signer.model with parameters of type Source Modifier and Type Method Description DescribeSigningJobResponse.BuilderDescribeSigningJobResponse.Builder. source(Source source)The object that contains the name of your S3 bucket or your raw code.SigningJob.BuilderSigningJob.Builder. source(Source source)ASourcethat contains information about a signing job's code image source.StartSigningJobRequest.BuilderStartSigningJobRequest.Builder. source(Source source)The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
-