| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileResult |
AbstractAWSsigner.getSigningProfile(GetSigningProfileRequest request) |
GetSigningProfileResult |
AWSsignerClient.getSigningProfile(GetSigningProfileRequest request)
Returns information on a specific signing profile.
|
GetSigningProfileResult |
AWSsigner.getSigningProfile(GetSigningProfileRequest getSigningProfileRequest)
Returns information on a specific signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSigningProfileResult> |
AWSsignerAsyncClient.getSigningProfileAsync(GetSigningProfileRequest request,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler) |
Future<GetSigningProfileResult> |
AbstractAWSsignerAsync.getSigningProfileAsync(GetSigningProfileRequest request,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler) |
Future<GetSigningProfileResult> |
AWSsignerAsync.getSigningProfileAsync(GetSigningProfileRequest getSigningProfileRequest,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler)
Returns information on a specific signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileResult |
GetSigningProfileResult.addSigningParametersEntry(String key,
String value)
Add a single SigningParameters entry
|
GetSigningProfileResult |
GetSigningProfileResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSigningProfileResult |
GetSigningProfileResult.clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
GetSigningProfileResult |
GetSigningProfileResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetSigningProfileResult |
GetSigningProfileResult.clone() |
GetSigningProfileResult |
GetSigningProfileResult.withArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResult |
GetSigningProfileResult.withPlatformDisplayName(String platformDisplayName)
A human-readable name for the signing platform associated with the signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withProfileName(String profileName)
The name of the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withProfileVersion(String profileVersion)
The current version of the signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withProfileVersionArn(String profileVersionArn)
The signing profile ARN, including the profile version.
|
GetSigningProfileResult |
GetSigningProfileResult.withRevocationRecord(SigningProfileRevocationRecord revocationRecord) |
GetSigningProfileResult |
GetSigningProfileResult.withSignatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod) |
GetSigningProfileResult |
GetSigningProfileResult.withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResult |
GetSigningProfileResult.withSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withStatus(SigningProfileStatus status)
The status of the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withStatus(String status)
The status of the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withStatusReason(String statusReason)
Reason for the status of the target signing profile.
|
GetSigningProfileResult |
GetSigningProfileResult.withTags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
Copyright © 2023. All rights reserved.