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 GetMethodResponseResultAbstractAmazonApiGateway. getMethodResponse(GetMethodResponseRequest request)GetMethodResponseResultAmazonApiGateway. getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)Describes a MethodResponse resource.GetMethodResponseResultAmazonApiGatewayClient. 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 GetMethodResponseResultGetMethodResponseResult. addResponseModelsEntry(String key, String value)GetMethodResponseResultGetMethodResponseResult. addResponseParametersEntry(String key, Boolean value)GetMethodResponseResultGetMethodResponseResult. clearResponseModelsEntries()Removes all the entries added into ResponseModels.GetMethodResponseResultGetMethodResponseResult. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.GetMethodResponseResultGetMethodResponseResult. clone()GetMethodResponseResultGetMethodResponseResult. withResponseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.GetMethodResponseResultGetMethodResponseResult. withResponseParameters(Map<String,Boolean> responseParameters)Represents response parameters that can be sent back to the caller by Amazon API Gateway.GetMethodResponseResultGetMethodResponseResult. withStatusCode(String statusCode)The method response's status code.
-