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,MethodResponse> |
UpdateMethodResult.methodResponses
Represents available responses that can be sent to the caller.
|
private java.util.Map<java.lang.String,MethodResponse> |
PutMethodResult.methodResponses
Represents available responses that can be sent to the caller.
|
private java.util.Map<java.lang.String,MethodResponse> |
Method.methodResponses
Represents available responses that can be sent to the caller.
|
private java.util.Map<java.lang.String,MethodResponse> |
GetMethodResult.methodResponses
Represents available responses that can be sent to the caller.
|
Modifier and Type | Method and Description |
---|---|
MethodResponse |
MethodResponse.addResponseModelsEntry(java.lang.String key,
java.lang.String value) |
MethodResponse |
MethodResponse.addResponseParametersEntry(java.lang.String key,
java.lang.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(java.util.Map<java.lang.String,java.lang.String> responseModels)
Specifies the Model resources used for the response's
content-type.
|
MethodResponse |
MethodResponse.withResponseParameters(java.util.Map<java.lang.String,java.lang.Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by
Amazon API Gateway.
|
MethodResponse |
MethodResponse.withStatusCode(java.lang.String statusCode)
The method response's status code.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MethodResponse> |
UpdateMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
java.util.Map<java.lang.String,MethodResponse> |
PutMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
java.util.Map<java.lang.String,MethodResponse> |
Method.getMethodResponses()
Represents available responses that can be sent to the caller.
|
java.util.Map<java.lang.String,MethodResponse> |
GetMethodResult.getMethodResponses()
Represents available responses that can be sent to the caller.
|
Modifier and Type | Method and Description |
---|---|
UpdateMethodResult |
UpdateMethodResult.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
PutMethodResult |
PutMethodResult.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
Method |
Method.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
GetMethodResult |
GetMethodResult.addMethodResponsesEntry(java.lang.String key,
MethodResponse value) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateMethodResult.setMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
PutMethodResult.setMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
Method.setMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
void |
GetMethodResult.setMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
UpdateMethodResult |
UpdateMethodResult.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
PutMethodResult |
PutMethodResult.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
Method |
Method.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
GetMethodResult |
GetMethodResult.withMethodResponses(java.util.Map<java.lang.String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
|
Modifier and Type | Method and Description |
---|---|
MethodResponse |
MethodResponseJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MethodResponseJsonMarshaller.marshall(MethodResponse methodResponse,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|