| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| 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 CompletableFuture<GetGatewayResponseResponse> |
ApiGatewayAsyncClient.getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.builder() |
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.responseType(String responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetGatewayResponseRequest.Builder |
GetGatewayResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGatewayResponseRequest.Builder> |
GetGatewayResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.