| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStageResponse |
ApiGatewayClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
default CreateStageResponse |
ApiGatewayClient.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStageResponse> |
ApiGatewayAsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
default CompletableFuture<CreateStageResponse> |
ApiGatewayAsyncClient.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
Copyright © 2023. All rights reserved.