| 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<ListSigningPlatformsResult> |
AbstractAWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest request,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler) |
Future<ListSigningPlatformsResult> |
AWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest listSigningPlatformsRequest,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler)
Lists all signing platforms available in code signing that match the request parameters.
|
Future<ListSigningPlatformsResult> |
AWSsignerAsyncClient.listSigningPlatformsAsync(ListSigningPlatformsRequest request,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.clone() |
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withCategory(String category)
The category type of a signing platform.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withPartner(String partner)
Any partner entities connected to a signing platform.
|
ListSigningPlatformsRequest |
ListSigningPlatformsRequest.withTarget(String target)
The validation template that is used by the target signing platform.
|
Copyright © 2022. All rights reserved.