Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutMethodResponseResult> |
AmazonApiGatewayAsyncClient.putMethodResponseAsync(PutMethodResponseRequest request,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler) |
java.util.concurrent.Future<PutMethodResponseResult> |
AmazonApiGatewayAsync.putMethodResponseAsync(PutMethodResponseRequest putMethodResponseRequest,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler)
Adds a MethodResponse to an existing Method resource.
|
java.util.concurrent.Future<PutMethodResponseResult> |
AbstractAmazonApiGatewayAsync.putMethodResponseAsync(PutMethodResponseRequest request,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutMethodResponseRequest |
PutMethodResponseRequest.addResponseModelsEntry(java.lang.String key,
java.lang.String value) |
PutMethodResponseRequest |
PutMethodResponseRequest.addResponseParametersEntry(java.lang.String key,
java.lang.Boolean value) |
PutMethodResponseRequest |
PutMethodResponseRequest.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
PutMethodResponseRequest |
PutMethodResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
PutMethodResponseRequest |
PutMethodResponseRequest.clone() |
PutMethodResponseRequest |
PutMethodResponseRequest.withHttpMethod(java.lang.String httpMethod)
The HTTP verb that identifies the Method resource.
|
PutMethodResponseRequest |
PutMethodResponseRequest.withResourceId(java.lang.String resourceId)
|
PutMethodResponseRequest |
PutMethodResponseRequest.withResponseModels(java.util.Map<java.lang.String,java.lang.String> responseModels)
Specifies the Model resources used for the response's content
type.
|
PutMethodResponseRequest |
PutMethodResponseRequest.withResponseParameters(java.util.Map<java.lang.String,java.lang.Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by
Amazon API Gateway.
|
PutMethodResponseRequest |
PutMethodResponseRequest.withRestApiId(java.lang.String restApiId)
|
PutMethodResponseRequest |
PutMethodResponseRequest.withStatusCode(java.lang.String statusCode)
The method response's status code.
|
Modifier and Type | Method and Description |
---|---|
Request<PutMethodResponseRequest> |
PutMethodResponseRequestMarshaller.marshall(PutMethodResponseRequest putMethodResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutMethodResponseRequest> |
PutMethodResponseRequestMarshaller.marshall(PutMethodResponseRequest putMethodResponseRequest) |