Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Method> |
UpdateResourceResult.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> |
GetResourceResult.getResourceMethods()
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
Map<String,Method> |
CreateResourceResult.getResourceMethods()
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
Modifier and Type | Method and Description |
---|---|
UpdateResourceResult |
UpdateResourceResult.addResourceMethodsEntry(String key,
Method value) |
Resource |
Resource.addResourceMethodsEntry(String key,
Method value) |
GetResourceResult |
GetResourceResult.addResourceMethodsEntry(String key,
Method value) |
CreateResourceResult |
CreateResourceResult.addResourceMethodsEntry(String key,
Method value) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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 |
CreateResourceResult.setResourceMethods(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.
|
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.
|
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.
|
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.
|
Copyright © 2018. All rights reserved.