Uses of Class
com.amazonaws.services.apigateway.model.GetMethodResult
Packages that use GetMethodResult
-
Uses of GetMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getMethod
(GetMethodRequest request) AmazonApiGateway.getMethod
(GetMethodRequest getMethodRequest) Describe an existing Method resource.AmazonApiGatewayClient.getMethod
(GetMethodRequest getMethodRequest) Describe an existing Method resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest request) AbstractAmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest request, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) AmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest getMethodRequest) Describe an existing Method resource.AmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest getMethodRequest, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) Describe an existing Method resource.AmazonApiGatewayAsyncClient.getMethodAsync
(GetMethodRequest request) AmazonApiGatewayAsyncClient.getMethodAsync
(GetMethodRequest request, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest request, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) AmazonApiGatewayAsync.getMethodAsync
(GetMethodRequest getMethodRequest, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) Describe an existing Method resource.AmazonApiGatewayAsyncClient.getMethodAsync
(GetMethodRequest request, AsyncHandler<GetMethodRequest, GetMethodResult> asyncHandler) -
Uses of GetMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetMethodResultModifier and TypeMethodDescriptionGetMethodResult.addMethodResponsesEntry
(String key, MethodResponse value) GetMethodResult.addRequestModelsEntry
(String key, String value) GetMethodResult.addRequestParametersEntry
(String key, Boolean value) GetMethodResult.clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.GetMethodResult.clearRequestModelsEntries()
Removes all the entries added into RequestModels.GetMethodResult.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.GetMethodResult.clone()
GetMethodResult.withApiKeyRequired
(Boolean apiKeyRequired) Specifies whether the method requires a valid ApiKey.GetMethodResult.withAuthorizationType
(String authorizationType) The method's authorization type.GetMethodResult.withAuthorizerId
(String authorizerId) Specifies the identifier of an Authorizer to use on this Method.GetMethodResult.withHttpMethod
(String httpMethod) The HTTP method.GetMethodResult.withMethodIntegration
(Integration methodIntegration) The method's integration.GetMethodResult.withMethodResponses
(Map<String, MethodResponse> methodResponses) Represents available responses that can be sent to the caller.GetMethodResult.withRequestModels
(Map<String, String> requestModels) Specifies the Model resources used for the request's content type.GetMethodResult.withRequestParameters
(Map<String, Boolean> requestParameters) Represents request parameters that can be accepted by Amazon API Gateway.