Uses of Class
software.amazon.awssdk.services.signer.model.SigningMaterial
-
Packages that use SigningMaterial Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningMaterial in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningMaterial Modifier and Type Method Description SigningMaterialDescribeSigningJobResponse. signingMaterial()The Amazon Resource Name (ARN) of your code signing certificate.SigningMaterialGetSigningProfileResponse. signingMaterial()The ARN of the certificate that the target profile uses for signing operations.SigningMaterialPutSigningProfileRequest. signingMaterial()The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.SigningMaterialSigningJob. signingMaterial()ASigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.SigningMaterialSigningProfile. signingMaterial()The ACM certificate that is available for use by a signing profile.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningMaterial Modifier and Type Method Description DescribeSigningJobResponse.BuilderDescribeSigningJobResponse.Builder. signingMaterial(SigningMaterial signingMaterial)The Amazon Resource Name (ARN) of your code signing certificate.GetSigningProfileResponse.BuilderGetSigningProfileResponse.Builder. signingMaterial(SigningMaterial signingMaterial)The ARN of the certificate that the target profile uses for signing operations.PutSigningProfileRequest.BuilderPutSigningProfileRequest.Builder. signingMaterial(SigningMaterial signingMaterial)The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.SigningJob.BuilderSigningJob.Builder. signingMaterial(SigningMaterial signingMaterial)ASigningMaterialobject that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.SigningProfile.BuilderSigningProfile.Builder. signingMaterial(SigningMaterial signingMaterial)The ACM certificate that is available for use by a signing profile.
-