| Package | Description |
|---|---|
| com.amazonaws.services.signer |
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSigningProfileResult> |
AWSsignerAsyncClient.getSigningProfileAsync(GetSigningProfileRequest request,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler) |
Future<GetSigningProfileResult> |
AWSsignerAsync.getSigningProfileAsync(GetSigningProfileRequest getSigningProfileRequest,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler)
Returns information on a specific signing profile.
|
Future<GetSigningProfileResult> |
AbstractAWSsignerAsync.getSigningProfileAsync(GetSigningProfileRequest request,
AsyncHandler<GetSigningProfileRequest,GetSigningProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileRequest |
GetSigningProfileRequest.clone() |
GetSigningProfileRequest |
GetSigningProfileRequest.withProfileName(String profileName)
The name of the target signing profile.
|
GetSigningProfileRequest |
GetSigningProfileRequest.withProfileOwner(String profileOwner)
The AWS account ID of the profile owner.
|
Copyright © 2023. All rights reserved.