| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2 |
Amazon API Gateway V2
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStageResponse |
ApiGatewayV2Client.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a Stage for an API.
|
default CreateStageResponse |
ApiGatewayV2Client.createStage(CreateStageRequest createStageRequest)
Creates a Stage for an API.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStageResponse> |
ApiGatewayV2AsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a Stage for an API.
|
default CompletableFuture<CreateStageResponse> |
ApiGatewayV2AsyncClient.createStage(CreateStageRequest createStageRequest)
Creates a Stage for an API.
|
Copyright © 2019. All rights reserved.