| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.builder() |
ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.Builder.nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.Builder.platforms(Collection<SigningPlatform> platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.Builder.platforms(Consumer<SigningPlatform.Builder>... platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.Builder.platforms(SigningPlatform... platforms)
A list of all platforms that match the request parameters.
|
ListSigningPlatformsResponse.Builder |
ListSigningPlatformsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSigningPlatformsResponse.Builder> |
ListSigningPlatformsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.