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