Uses of Class
software.amazon.awssdk.services.signer.model.SigningProfile
-
Packages that use SigningProfile Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningProfile in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningProfile Modifier and Type Method Description List<SigningProfile>ListSigningProfilesResponse. profiles()A list of profiles that are available in the AWS account.Methods in software.amazon.awssdk.services.signer.model with parameters of type SigningProfile Modifier and Type Method Description ListSigningProfilesResponse.BuilderListSigningProfilesResponse.Builder. profiles(SigningProfile... profiles)A list of profiles that are available in the AWS account.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningProfile Modifier and Type Method Description ListSigningProfilesResponse.BuilderListSigningProfilesResponse.Builder. profiles(Collection<SigningProfile> profiles)A list of profiles that are available in the AWS account.
-