| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default PutGatewayResponseResponse |
ApiGatewayClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
default CompletableFuture<PutGatewayResponseResponse> |
ApiGatewayAsyncClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
static PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.builder() |
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.responseType(String responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.Builder.statusCode(String statusCodeValue)
The HTTP status code of the GatewayResponse.
|
PutGatewayResponseRequest.Builder |
PutGatewayResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutGatewayResponseRequest.Builder> |
PutGatewayResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.