| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile |
SigningProfile.addSigningParametersEntry(String key,
String value) |
SigningProfile |
SigningProfile.addTagsEntry(String key,
String value) |
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)
Amazon Resource Name (ARN) for the signing profile.
|
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.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 code signing user.
|
SigningProfile |
SigningProfile.withStatus(SigningProfileStatus status)
The status of a code signing profile.
|
SigningProfile |
SigningProfile.withStatus(String status)
The status of a code 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 © 2020. All rights reserved.