| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default PutIntegrationResponseResponse |
ApiGatewayClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest)
Represents a put integration.
|
default CompletableFuture<PutIntegrationResponseResponse> |
ApiGatewayAsyncClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest)
Represents a put integration.
|
| Modifier and Type | Method and Description |
|---|---|
static PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.builder() |
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.contentHandling(String contentHandling)
Specifies how to handle response payload content type conversions.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.httpMethod(String httpMethod)
Specifies a put integration response request's HTTP method.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.resourceId(String resourceId)
Specifies a put integration response request's resource identifier.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.responseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the back end.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.responseTemplates(Map<String,String> responseTemplates)
Specifies a put integration response's templates.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.selectionPattern(String selectionPattern)
Specifies the selection pattern of a put integration response.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.Builder.statusCode(String statusCodeValue)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
PutIntegrationResponseRequest.Builder |
PutIntegrationResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutIntegrationResponseRequest.Builder> |
PutIntegrationResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.