| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model | |
| software.amazon.awssdk.services.elasticbeanstalk.paginators |
| Modifier and Type | Method and Description |
|---|---|
PlatformSummary |
DeletePlatformVersionResponse.platformSummary()
Detailed information about the version of the custom platform.
|
PlatformSummary |
CreatePlatformVersionResponse.platformSummary()
Detailed information about the new version of the custom platform.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlatformSummary> |
ListPlatformVersionsResponse.platformSummaryList()
Summary information about the platform versions.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePlatformVersionResponse.Builder |
DeletePlatformVersionResponse.Builder.platformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
CreatePlatformVersionResponse.Builder |
CreatePlatformVersionResponse.Builder.platformSummary(PlatformSummary platformSummary)
Detailed information about the new version of the custom platform.
|
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.platformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsResponse.Builder |
ListPlatformVersionsResponse.Builder.platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PlatformSummary> |
ListPlatformVersionsPublisher.platformSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PlatformSummary> |
ListPlatformVersionsIterable.platformSummaryList()
Returns an iterable to iterate through the paginated
ListPlatformVersionsResponse.platformSummaryList()
member. |
Copyright © 2021. All rights reserved.