| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
MethodResponse |
MethodResponse.addResponseModelsEntry(String key,
String value)
Add a single ResponseModels entry
|
MethodResponse |
MethodResponse.addResponseParametersEntry(String key,
Boolean value)
Add a single ResponseParameters entry
|
MethodResponse |
MethodResponse.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
MethodResponse |
MethodResponse.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
MethodResponse |
MethodResponse.clone() |
MethodResponse |
MethodResponse.withResponseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.
|
MethodResponse |
MethodResponse.withResponseParameters(Map<String,Boolean> responseParameters)
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
|
MethodResponse |
MethodResponse.withStatusCode(String statusCode)
The method response's status code.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodResponse> |
UpdateMethodResult.getMethodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
Method.getMethodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
GetMethodResult.getMethodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
PutMethodResult.getMethodResponses()
Gets a method response associated with a given HTTP status code.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMethodResult |
UpdateMethodResult.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
Method |
Method.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
PutMethodResult |
PutMethodResult.addMethodResponsesEntry(String key,
MethodResponse value)
Add a single MethodResponses entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
void |
Method.setMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
void |
GetMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
void |
PutMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
UpdateMethodResult |
UpdateMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
Method |
Method.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
GetMethodResult |
GetMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
PutMethodResult |
PutMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
Copyright © 2021. All rights reserved.