| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetGatewayResponseResponse |
ApiGatewayClient.getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
default GetGatewayResponseResponse |
ApiGatewayClient.getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGatewayResponseResponse> |
ApiGatewayAsyncClient.getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
default CompletableFuture<GetGatewayResponseResponse> |
ApiGatewayAsyncClient.getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
Copyright © 2023. All rights reserved.