| 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.
|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSigningPlatformsResponse |
SignerClient.listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default CompletableFuture<ListSigningPlatformsResponse> |
SignerAsyncClient.listSigningPlatforms(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsIterable |
SignerClient.listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
default ListSigningPlatformsPublisher |
SignerAsyncClient.listSigningPlatformsPaginator(Consumer<ListSigningPlatformsRequest.Builder> listSigningPlatformsRequest)
Lists all signing platforms available in code signing that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.builder() |
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.category(String category)
The category type of a signing platform.
|
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.partner(String partner)
Any partner entities connected to a signing platform.
|
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.Builder.target(String target)
The validation template that is used by the target signing platform.
|
ListSigningPlatformsRequest.Builder |
ListSigningPlatformsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSigningPlatformsRequest.Builder> |
ListSigningPlatformsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.