| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentsResponse |
ApiGatewayClient.getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsResponse |
ApiGatewayClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentsResponse> |
ApiGatewayAsyncClient.getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Gets information about a Deployments collection.
|
default CompletableFuture<GetDeploymentsResponse> |
ApiGatewayAsyncClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDeploymentsResponse> |
GetDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDeploymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.