Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Method> |
UpdateResourceResult.resourceMethods
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
private java.util.Map<java.lang.String,Method> |
Resource.resourceMethods
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
private java.util.Map<java.lang.String,Method> |
GetResourceResult.resourceMethods
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
private java.util.Map<java.lang.String,Method> |
CreateResourceResult.resourceMethods
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
Modifier and Type | Method and Description |
---|---|
Method |
Method.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
Method |
Method.addRequestModelsEntry(java.lang.String key,
java.lang.String value) |
Method |
Method.addRequestParametersEntry(java.lang.String key,
java.lang.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(java.lang.Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.
|
Method |
Method.withAuthorizationType(java.lang.String authorizationType)
The method's authorization type.
|
Method |
Method.withAuthorizerId(java.lang.String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.
|
Method |
Method.withHttpMethod(java.lang.String httpMethod)
The HTTP method.
|
Method |
Method.withMethodIntegration(Integration methodIntegration)
The method's integration.
|
Method |
Method.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
Method |
Method.withRequestModels(java.util.Map<java.lang.String,java.lang.String> requestModels)
Specifies the Model resources used for the request's content type.
|
Method |
Method.withRequestParameters(java.util.Map<java.lang.String,java.lang.Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Method> |
UpdateResourceResult.getResourceMethods()
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
java.util.Map<java.lang.String,Method> |
Resource.getResourceMethods()
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
java.util.Map<java.lang.String,Method> |
GetResourceResult.getResourceMethods()
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
java.util.Map<java.lang.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(java.lang.String key,
Method value) |
Resource |
Resource.addResourceMethodsEntry(java.lang.String key,
Method value) |
GetResourceResult |
GetResourceResult.addResourceMethodsEntry(java.lang.String key,
Method value) |
CreateResourceResult |
CreateResourceResult.addResourceMethodsEntry(java.lang.String key,
Method value) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateResourceResult.setResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
void |
Resource.setResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
void |
GetResourceResult.setResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
void |
CreateResourceResult.setResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
UpdateResourceResult |
UpdateResourceResult.withResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
Resource |
Resource.withResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
GetResourceResult |
GetResourceResult.withResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
CreateResourceResult |
CreateResourceResult.withResourceMethods(java.util.Map<java.lang.String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request
uses the embed query option.
|
Modifier and Type | Method and Description |
---|---|
Method |
MethodJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MethodJsonMarshaller.marshall(Method method,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|