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