Uses of Class
software.amazon.awssdk.services.signer.model.PutSigningProfileRequest
-
Packages that use PutSigningProfileRequest Package Description software.amazon.awssdk.services.signer AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code.software.amazon.awssdk.services.signer.transform -
-
Uses of PutSigningProfileRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type PutSigningProfileRequest Modifier and Type Method Description default CompletableFuture<PutSigningProfileResponse>SignerAsyncClient. putSigningProfile(PutSigningProfileRequest putSigningProfileRequest)Creates a signing profile.default PutSigningProfileResponseSignerClient. putSigningProfile(PutSigningProfileRequest putSigningProfileRequest)Creates a signing profile. -
Uses of PutSigningProfileRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type PutSigningProfileRequest Modifier and Type Method Description SdkHttpFullRequestPutSigningProfileRequestMarshaller. marshall(PutSigningProfileRequest putSigningProfileRequest)
-