Uses of Class
software.amazon.awssdk.services.signer.model.CancelSigningProfileRequest
-
Packages that use CancelSigningProfileRequest 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 CancelSigningProfileRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type CancelSigningProfileRequest Modifier and Type Method Description default CompletableFuture<CancelSigningProfileResponse>SignerAsyncClient. cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)Changes the state of anACTIVEsigning profile toCANCELED.default CancelSigningProfileResponseSignerClient. cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)Changes the state of anACTIVEsigning profile toCANCELED. -
Uses of CancelSigningProfileRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type CancelSigningProfileRequest Modifier and Type Method Description SdkHttpFullRequestCancelSigningProfileRequestMarshaller. marshall(CancelSigningProfileRequest cancelSigningProfileRequest)
-