Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
MethodResponse |
MethodResponse.addResponseModelsEntry(String key,
String value) |
MethodResponse |
MethodResponse.addResponseParametersEntry(String key,
Boolean value) |
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)
Represents response parameters that can be sent back to the caller by
Amazon API Gateway.
|
MethodResponse |
MethodResponse.withStatusCode(String statusCode)
The method response's status code.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MethodResponse> |
UpdateMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
Map<String,MethodResponse> |
PutMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
Map<String,MethodResponse> |
GetMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
Map<String,MethodResponse> |
Method.getMethodResponses()
Represents available responses that can be sent to the caller.
|
Modifier and Type | Method and Description |
---|---|
UpdateMethodResult |
UpdateMethodResult.addMethodResponsesEntry(String key,
MethodResponse value) |
PutMethodResult |
PutMethodResult.addMethodResponsesEntry(String key,
MethodResponse value) |
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(String key,
MethodResponse value) |
Method |
Method.addMethodResponsesEntry(String key,
MethodResponse value) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
PutMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
GetMethodResult.setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
Method.setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
UpdateMethodResult |
UpdateMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
PutMethodResult |
PutMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
GetMethodResult |
GetMethodResult.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
Method |
Method.withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
Copyright © 2018. All rights reserved.