PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseParametersEntry(String key,
String value) |
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.addResponseTemplatesEntry(String key,
String value) |
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clearResponseParametersEntries() |
Removes all the entries added into ResponseParameters.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clearResponseTemplatesEntries() |
Removes all the entries added into ResponseTemplates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.clone() |
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withHttpMethod(String httpMethod) |
Specifies a put integration response request's HTTP method.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResourceId(String resourceId) |
Specifies a put integration response request's resource identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseParameters(Map<String,String> responseParameters) |
Represents response parameters that can be read from the backend
response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withResponseTemplates(Map<String,String> responseTemplates) |
Specifies a put integration response's templates.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withRestApiId(String restApiId) |
Specifies a put integration response request's API identifier.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withSelectionPattern(String selectionPattern) |
Specifies the selection pattern of a put integration response.
|
PutIntegrationResponseRequest |
PutIntegrationResponseRequest.withStatusCode(String statusCode) |
Specifies the status code that is used to map the integration response to
an existing MethodResponse.
|