| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodResponse> |
UpdateMethodResponse.methodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
GetMethodResponse.methodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
Method.methodResponses()
Gets a method response associated with a given HTTP status code.
|
Map<String,MethodResponse> |
PutMethodResponse.methodResponses()
Gets a method response associated with a given HTTP status code.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMethodResponse.Builder |
UpdateMethodResponse.Builder.methodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
GetMethodResponse.Builder |
GetMethodResponse.Builder.methodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
Method.Builder |
Method.Builder.methodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
PutMethodResponse.Builder |
PutMethodResponse.Builder.methodResponses(Map<String,MethodResponse> methodResponses)
Gets a method response associated with a given HTTP status code.
|
Copyright © 2023. All rights reserved.