static ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.builder() |
|
ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.Builder.nextToken(String nextToken) |
If the request doesn't return all of the remaining results, NextToken is set to a token.
|
ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.toBuilder() |
|
ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.Builder.typeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries) |
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
|
ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.Builder.typeVersionSummaries(Consumer<TypeVersionSummary.Builder>... typeVersionSummaries) |
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
|
ListTypeVersionsResponse.Builder |
ListTypeVersionsResponse.Builder.typeVersionSummaries(TypeVersionSummary... typeVersionSummaries) |
A list of TypeVersionSummary structures that contain information about the specified extension's
versions.
|