| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentsResponse |
ProtonClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
List deployments.
|
default ListDeploymentsResponse |
ProtonClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
List deployments.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
ProtonAsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
List deployments.
|
default CompletableFuture<ListDeploymentsResponse> |
ProtonAsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
List deployments.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentsResponse> |
ListDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.