Uses of Class
software.amazon.awssdk.services.signer.model.SigningProfileStatus
-
Packages that use SigningProfileStatus Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningProfileStatus in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningProfileStatus Modifier and Type Method Description static SigningProfileStatusSigningProfileStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SigningProfileStatusGetSigningProfileResponse. status()The status of the target signing profile.SigningProfileStatusSigningProfile. status()The status of a code signing profile.static SigningProfileStatusSigningProfileStatus. 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.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningProfileStatus Modifier and Type Method Description static Set<SigningProfileStatus>SigningProfileStatus. knownValues()List<SigningProfileStatus>ListSigningProfilesRequest. statuses()Filters results to return only signing jobs with statuses in the specified list.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningProfileStatus Modifier and Type Method Description GetSigningProfileResponse.BuilderGetSigningProfileResponse.Builder. status(SigningProfileStatus status)The status of the target signing profile.SigningProfile.BuilderSigningProfile.Builder. status(SigningProfileStatus status)The status of a code signing profile.ListSigningProfilesRequest.BuilderListSigningProfilesRequest.Builder. statuses(SigningProfileStatus... statuses)Filters results to return only signing jobs with statuses in the specified list.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningProfileStatus Modifier and Type Method Description ListSigningProfilesRequest.BuilderListSigningProfilesRequest.Builder. statuses(Collection<SigningProfileStatus> statuses)Filters results to return only signing jobs with statuses in the specified list.
-