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() |
|