Uses of Class
software.amazon.awssdk.services.signer.model.RevokeSigningProfileResponse
-
Packages that use RevokeSigningProfileResponse 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 RevokeSigningProfileResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return RevokeSigningProfileResponse Modifier and Type Method Description default RevokeSigningProfileResponseSignerClient. revokeSigningProfile(Consumer<RevokeSigningProfileRequest.Builder> revokeSigningProfileRequest)Changes the state of a signing profile to REVOKED.default RevokeSigningProfileResponseSignerClient. revokeSigningProfile(RevokeSigningProfileRequest revokeSigningProfileRequest)Changes the state of a signing profile to REVOKED.Methods in software.amazon.awssdk.services.signer that return types with arguments of type RevokeSigningProfileResponse Modifier and Type Method Description default CompletableFuture<RevokeSigningProfileResponse>SignerAsyncClient. revokeSigningProfile(Consumer<RevokeSigningProfileRequest.Builder> revokeSigningProfileRequest)Changes the state of a signing profile to REVOKED.default CompletableFuture<RevokeSigningProfileResponse>SignerAsyncClient. revokeSigningProfile(RevokeSigningProfileRequest revokeSigningProfileRequest)Changes the state of a signing profile to REVOKED.
-