| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static SigningProfileStatus |
SigningProfileStatus.fromValue(String value)
Use this in place of valueOf.
|
static SigningProfileStatus |
SigningProfileStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningProfileStatus[] |
SigningProfileStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileResult |
GetSigningProfileResult.withStatus(SigningProfileStatus status)
The status of the target signing profile.
|
SigningProfile |
SigningProfile.withStatus(SigningProfileStatus status)
The status of a code signing profile.
|
ListSigningProfilesRequest |
ListSigningProfilesRequest.withStatuses(SigningProfileStatus... statuses)
Filters results to return only signing jobs with statuses in the specified list.
|
Copyright © 2022. All rights reserved.