| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.builder() |
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.nextToken(String nextToken)
In a paginated request, if this value isn't
null, it's the token that you can pass in a
subsequent request to get the next response page. |
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.platformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPlatformVersionsResponse.Builder> |
ListPlatformVersionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.