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