Uses of Class
com.amazonaws.services.apigateway.model.GetMethodResponseResult
-
Packages that use GetMethodResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetMethodResponseResult Modifier and Type Method Description GetMethodResponseResult
AbstractAmazonApiGateway. getMethodResponse(GetMethodResponseRequest request)
GetMethodResponseResult
AmazonApiGateway. getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.GetMethodResponseResult
AmazonApiGatewayClient. getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetMethodResponseResult Modifier and Type Method Description Future<GetMethodResponseResult>
AbstractAmazonApiGatewayAsync. getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
Future<GetMethodResponseResult>
AmazonApiGatewayAsync. getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
Describes a MethodResponse resource.Future<GetMethodResponseResult>
AmazonApiGatewayAsyncClient. getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
-
Uses of GetMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetMethodResponseResult Modifier and Type Method Description GetMethodResponseResult
GetMethodResponseResult. addResponseModelsEntry(String key, String value)
GetMethodResponseResult
GetMethodResponseResult. addResponseParametersEntry(String key, Boolean value)
GetMethodResponseResult
GetMethodResponseResult. clearResponseModelsEntries()
Removes all the entries added into ResponseModels.GetMethodResponseResult
GetMethodResponseResult. clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.GetMethodResponseResult
GetMethodResponseResult. clone()
GetMethodResponseResult
GetMethodResponseResult. withResponseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.GetMethodResponseResult
GetMethodResponseResult. withResponseParameters(Map<String,Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by Amazon API Gateway.GetMethodResponseResult
GetMethodResponseResult. withStatusCode(String statusCode)
The method response's status code.
-