| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
default AddProfilePermissionResponse |
SignerClient.addProfilePermission(AddProfilePermissionRequest addProfilePermissionRequest)
Adds cross-account permissions to a signing profile.
|
default AddProfilePermissionResponse |
SignerClient.addProfilePermission(Consumer<AddProfilePermissionRequest.Builder> addProfilePermissionRequest)
Adds cross-account permissions to a signing profile.
|
default CancelSigningProfileResponse |
SignerClient.cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
default CancelSigningProfileResponse |
SignerClient.cancelSigningProfile(Consumer<CancelSigningProfileRequest.Builder> cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED. |
default DescribeSigningJobResponse |
SignerClient.describeSigningJob(Consumer<DescribeSigningJobRequest.Builder> describeSigningJobRequest)
Returns information about a specific code signing job.
|
default DescribeSigningJobResponse |
SignerClient.describeSigningJob(DescribeSigningJobRequest describeSigningJobRequest)
Returns information about a specific code signing job.
|
default GetRevocationStatusResponse |
SignerClient.getRevocationStatus(Consumer<GetRevocationStatusRequest.Builder> getRevocationStatusRequest)
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
|
default GetRevocationStatusResponse |
SignerClient.getRevocationStatus(GetRevocationStatusRequest getRevocationStatusRequest)
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
|
default GetSigningPlatformResponse |
SignerClient.getSigningPlatform(Consumer<GetSigningPlatformRequest.Builder> getSigningPlatformRequest)
Returns information on a specific signing platform.
|
default GetSigningPlatformResponse |
SignerClient.getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)
Returns information on a specific signing platform.
|
default GetSigningProfileResponse |
SignerClient.getSigningProfile(Consumer<GetSigningProfileRequest.Builder> getSigningProfileRequest)
Returns information on a specific signing profile.
|
default GetSigningProfileResponse |
SignerClient.getSigningProfile(GetSigningProfileRequest getSigningProfileRequest)
Returns information on a specific signing profile.
|
default ListProfilePermissionsResponse |
SignerClient.listProfilePermissions(Consumer<ListProfilePermissionsRequest.Builder> listProfilePermissionsRequest)
Lists the cross-account permissions associated with a signing profile.
|
default ListProfilePermissionsResponse |
SignerClient.listProfilePermissions(ListProfilePermissionsRequest listProfilePermissionsRequest)
Lists the cross-account permissions associated with a signing profile.
|
default ListSigningJobsResponse |
SignerClient.listSigningJobs()
Lists all your signing jobs.
|
default ListSigningJobsResponse |
SignerClient.listSigningJobs(Consumer<ListSigningJobsRequest.Builder> listSigningJobsRequest)
Lists all your signing jobs.
|
default ListSigningJobsResponse |
SignerClient.listSigningJobs(ListSigningJobsRequest listSigningJobsRequest)
Lists all your signing jobs.
|
default ListSigningJobsIterable |
SignerClient.listSigningJobsPaginator()
Lists all your signing jobs.
|
default ListSigningJobsIterable |
SignerClient.listSigningJobsPaginator(Consumer<ListSigningJobsRequest.Builder> listSigningJobsRequest)
Lists all your signing jobs.
|
default ListSigningJobsIterable |
SignerClient.listSigningJobsPaginator(ListSigningJobsRequest listSigningJobsRequest)
Lists all your signing jobs.
|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms()
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsIterable |
SignerClient.listSigningPlatformsPaginator()
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsIterable |
SignerClient.listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsIterable |
SignerClient.listSigningPlatformsPaginator(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningProfilesResponse |
SignerClient.listSigningProfiles()
Lists all available signing profiles in your AWS account.
|
default ListSigningProfilesResponse |
SignerClient.listSigningProfiles(Consumer<ListSigningProfilesRequest.Builder> listSigningProfilesRequest)
Lists all available signing profiles in your AWS account.
|
default ListSigningProfilesResponse |
SignerClient.listSigningProfiles(ListSigningProfilesRequest listSigningProfilesRequest)
Lists all available signing profiles in your AWS account.
|
default ListSigningProfilesIterable |
SignerClient.listSigningProfilesPaginator()
Lists all available signing profiles in your AWS account.
|
default ListSigningProfilesIterable |
SignerClient.listSigningProfilesPaginator(Consumer<ListSigningProfilesRequest.Builder> listSigningProfilesRequest)
Lists all available signing profiles in your AWS account.
|
default ListSigningProfilesIterable |
SignerClient.listSigningProfilesPaginator(ListSigningProfilesRequest listSigningProfilesRequest)
Lists all available signing profiles in your AWS account.
|
default ListTagsForResourceResponse |
SignerClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags associated with a signing profile resource.
|
default ListTagsForResourceResponse |
SignerClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags associated with a signing profile resource.
|
default PutSigningProfileResponse |
SignerClient.putSigningProfile(Consumer<PutSigningProfileRequest.Builder> putSigningProfileRequest)
Creates a signing profile.
|
default PutSigningProfileResponse |
SignerClient.putSigningProfile(PutSigningProfileRequest putSigningProfileRequest)
Creates a signing profile.
|
default RemoveProfilePermissionResponse |
SignerClient.removeProfilePermission(Consumer<RemoveProfilePermissionRequest.Builder> removeProfilePermissionRequest)
Removes cross-account permissions from a signing profile.
|
default RemoveProfilePermissionResponse |
SignerClient.removeProfilePermission(RemoveProfilePermissionRequest removeProfilePermissionRequest)
Removes cross-account permissions from a signing profile.
|
default RevokeSignatureResponse |
SignerClient.revokeSignature(Consumer<RevokeSignatureRequest.Builder> revokeSignatureRequest)
Changes the state of a signing job to REVOKED.
|
default RevokeSignatureResponse |
SignerClient.revokeSignature(RevokeSignatureRequest revokeSignatureRequest)
Changes the state of a signing job to REVOKED.
|
default RevokeSigningProfileResponse |
SignerClient.revokeSigningProfile(Consumer<RevokeSigningProfileRequest.Builder> revokeSigningProfileRequest)
Changes the state of a signing profile to REVOKED.
|
default RevokeSigningProfileResponse |
SignerClient.revokeSigningProfile(RevokeSigningProfileRequest revokeSigningProfileRequest)
Changes the state of a signing profile to REVOKED.
|
default SignPayloadResponse |
SignerClient.signPayload(Consumer<SignPayloadRequest.Builder> signPayloadRequest)
Signs a binary payload and returns a signature envelope.
|
default SignPayloadResponse |
SignerClient.signPayload(SignPayloadRequest signPayloadRequest)
Signs a binary payload and returns a signature envelope.
|
default StartSigningJobResponse |
SignerClient.startSigningJob(Consumer<StartSigningJobRequest.Builder> startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
default StartSigningJobResponse |
SignerClient.startSigningJob(StartSigningJobRequest startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
default TagResourceResponse |
SignerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to a signing profile.
|
default TagResourceResponse |
SignerClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to a signing profile.
|
default UntagResourceResponse |
SignerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a signing profile.
|
default UntagResourceResponse |
SignerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a signing profile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
BadRequestException
The request contains invalid parameters for the ARN or tags.
|
class |
ConflictException
The resource encountered a conflicting state.
|
class |
InternalServiceErrorException
An internal error occurred.
|
class |
NotFoundException
The signing profile was not found.
|
class |
ResourceNotFoundException
A specified resource could not be found.
|
class |
ServiceLimitExceededException
The client is making a request that exceeds service limits.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
TooManyRequestsException
The allowed number of job-signing requests has been exceeded.
|
class |
ValidationException
You signing certificate could not be validated.
|
| Modifier and Type | Method and Description |
|---|---|
SignerException |
SignerException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SignerException ex) |
Copyright © 2023. All rights reserved.