| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPlatformBranchesResponse |
ElasticBeanstalkClient.listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
default ListPlatformBranchesResponse |
ElasticBeanstalkClient.listPlatformBranches(ListPlatformBranchesRequest listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPlatformBranchesResponse> |
ElasticBeanstalkAsyncClient.listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
default CompletableFuture<ListPlatformBranchesResponse> |
ElasticBeanstalkAsyncClient.listPlatformBranches(ListPlatformBranchesRequest listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlatformBranchesResponse> |
ListPlatformBranchesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformBranchesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlatformBranchesResponse> subscriber) |
Copyright © 2022. All rights reserved.