| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.Builder.applicationVersions(ApplicationVersionSummary... applicationVersions)
The list of application versions.
|
ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.Builder.applicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
|
ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.Builder.applicationVersions(Consumer<ApplicationVersionSummary.Builder>... applicationVersions)
The list of application versions.
|
static ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.builder() |
ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.Builder.nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.
|
ListApplicationVersionsResponse.Builder |
ListApplicationVersionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListApplicationVersionsResponse.Builder> |
ListApplicationVersionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.