| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningMaterial |
GetSigningProfileResponse.signingMaterial()
The ARN of the certificate that the target profile uses for signing operations.
|
SigningMaterial |
DescribeSigningJobResponse.signingMaterial()
The Amazon Resource Name (ARN) of your code signing certificate.
|
SigningMaterial |
SigningJob.signingMaterial()
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for
the signing job. |
SigningMaterial |
SigningProfile.signingMaterial()
The ACM certificate that is available for use by a signing profile.
|
SigningMaterial |
PutSigningProfileRequest.signingMaterial()
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileResponse.Builder |
GetSigningProfileResponse.Builder.signingMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
DescribeSigningJobResponse.Builder |
DescribeSigningJobResponse.Builder.signingMaterial(SigningMaterial signingMaterial)
The Amazon Resource Name (ARN) of your code signing certificate.
|
SigningJob.Builder |
SigningJob.Builder.signingMaterial(SigningMaterial signingMaterial)
A
SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used
for the signing job. |
SigningProfile.Builder |
SigningProfile.Builder.signingMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
PutSigningProfileRequest.Builder |
PutSigningProfileRequest.Builder.signingMaterial(SigningMaterial signingMaterial)
The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.
|
Copyright © 2022. All rights reserved.