Uses of Class
com.amazonaws.services.apigateway.model.Method
-
Packages that use Method Package Description com.amazonaws.services.apigateway.model -
-
Uses of Method in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return Method Modifier and Type Method Description Method
Method. addMethodResponsesEntry(String key, MethodResponse value)
Method
Method. addRequestModelsEntry(String key, String value)
Method
Method. addRequestParametersEntry(String key, Boolean value)
Method
Method. clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.Method
Method. clearRequestModelsEntries()
Removes all the entries added into RequestModels.Method
Method. clearRequestParametersEntries()
Removes all the entries added into RequestParameters.Method
Method. clone()
Method
Method. withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.Method
Method. withAuthorizationType(String authorizationType)
The method's authorization type.Method
Method. withAuthorizerId(String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.Method
Method. withHttpMethod(String httpMethod)
The HTTP method.Method
Method. withMethodIntegration(Integration methodIntegration)
The method's integration.Method
Method. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.Method
Method. withRequestModels(Map<String,String> requestModels)
Specifies the Model resources used for the request's content type.Method
Method. withRequestParameters(Map<String,Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type Method Modifier and Type Method Description Map<String,Method>
CreateResourceResult. getResourceMethods()
Map of methods for this resource, which is included only if the request uses the embed query option.Map<String,Method>
GetResourceResult. getResourceMethods()
Map of methods for this resource, which is included only if the request uses the embed query option.Map<String,Method>
Resource. getResourceMethods()
Map of methods for this resource, which is included only if the request uses the embed query option.Map<String,Method>
UpdateResourceResult. getResourceMethods()
Map of methods for this resource, which is included only if the request uses the embed query option.Methods in com.amazonaws.services.apigateway.model with parameters of type Method Modifier and Type Method Description CreateResourceResult
CreateResourceResult. addResourceMethodsEntry(String key, Method value)
GetResourceResult
GetResourceResult. addResourceMethodsEntry(String key, Method value)
Resource
Resource. addResourceMethodsEntry(String key, Method value)
UpdateResourceResult
UpdateResourceResult. addResourceMethodsEntry(String key, Method value)
Method parameters in com.amazonaws.services.apigateway.model with type arguments of type Method Modifier and Type Method Description void
CreateResourceResult. setResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.void
GetResourceResult. setResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.void
Resource. setResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.void
UpdateResourceResult. setResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.CreateResourceResult
CreateResourceResult. withResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.GetResourceResult
GetResourceResult. withResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.Resource
Resource. withResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.UpdateResourceResult
UpdateResourceResult. withResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.
-