| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPlatformVersionsResponse |
ElasticBeanstalkClient.listPlatformVersions()
Lists the platform versions available for your account in an AWS Region.
|
default ListPlatformVersionsResponse |
ElasticBeanstalkClient.listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)
Lists the platform versions available for your account in an AWS Region.
|
default ListPlatformVersionsResponse |
ElasticBeanstalkClient.listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)
Lists the platform versions available for your account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlatformVersionsResponse> |
ElasticBeanstalkAsyncClient.listPlatformVersions()
Lists the platform versions available for your account in an AWS Region.
|
default CompletableFuture<ListPlatformVersionsResponse> |
ElasticBeanstalkAsyncClient.listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)
Lists the platform versions available for your account in an AWS Region.
|
default CompletableFuture<ListPlatformVersionsResponse> |
ElasticBeanstalkAsyncClient.listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)
Lists the platform versions available for your account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlatformVersionsResponse> |
ListPlatformVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlatformVersionsResponse> subscriber) |
Copyright © 2022. All rights reserved.