| 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 |
|---|---|
ListSigningPlatformsResult |
AWSsigner.listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
ListSigningPlatformsResult |
AWSsignerClient.listSigningPlatforms(ListSigningPlatformsRequest request)
Lists all signing platforms available in code signing that match the request parameters.
|
ListSigningPlatformsResult |
AbstractAWSsigner.listSigningPlatforms(ListSigningPlatformsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListSigningPlatformsResult> |
AbstractAWSsignerAsync.listSigningPlatformsAsync(ListSigningPlatformsRequest request,
AsyncHandler<ListSigningPlatformsRequest,ListSigningPlatformsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsResult |
ListSigningPlatformsResult.clone() |
ListSigningPlatformsResult |
ListSigningPlatformsResult.withNextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResult |
ListSigningPlatformsResult.withPlatforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
Copyright © 2022. All rights reserved.