| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.builder() |
ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.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. |
ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.Builder.platformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.Builder.platformBranchSummaryList(Consumer<PlatformBranchSummary.Builder>... platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.Builder.platformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResponse.Builder |
ListPlatformBranchesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPlatformBranchesResponse.Builder> |
ListPlatformBranchesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.