| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile |
SigningProfile.addSigningParametersEntry(String key,
String value)
Add a single SigningParameters entry
|
SigningProfile |
SigningProfile.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SigningProfile |
SigningProfile.clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
SigningProfile |
SigningProfile.clearTagsEntries()
Removes all the entries added into Tags.
|
SigningProfile |
SigningProfile.clone() |
SigningProfile |
SigningProfile.withArn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
SigningProfile |
SigningProfile.withPlatformDisplayName(String platformDisplayName)
The name of the signing platform.
|
SigningProfile |
SigningProfile.withPlatformId(String platformId)
The ID of a platform that is available for use by a signing profile.
|
SigningProfile |
SigningProfile.withProfileName(String profileName)
The name of the signing profile.
|
SigningProfile |
SigningProfile.withProfileVersion(String profileVersion)
The version of a signing profile.
|
SigningProfile |
SigningProfile.withProfileVersionArn(String profileVersionArn)
The ARN of a signing profile, including the profile version.
|
SigningProfile |
SigningProfile.withSignatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
The validity period for a signing job created using this signing profile.
|
SigningProfile |
SigningProfile.withSigningMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile |
SigningProfile.withSigningParameters(Map<String,String> signingParameters)
The parameters that are available for use by a Signer user.
|
SigningProfile |
SigningProfile.withStatus(SigningProfileStatus status)
The status of a signing profile.
|
SigningProfile |
SigningProfile.withStatus(String status)
The status of a signing profile.
|
SigningProfile |
SigningProfile.withTags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<SigningProfile> |
ListSigningProfilesResult.getProfiles()
A list of profiles that are available in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListSigningProfilesResult |
ListSigningProfilesResult.withProfiles(SigningProfile... profiles)
A list of profiles that are available in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSigningProfilesResult.setProfiles(Collection<SigningProfile> profiles)
A list of profiles that are available in the AWS account.
|
ListSigningProfilesResult |
ListSigningProfilesResult.withProfiles(Collection<SigningProfile> profiles)
A list of profiles that are available in the AWS account.
|
Copyright © 2023. All rights reserved.