| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Integration |
UpdateMethodResponse.methodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
GetMethodResponse.methodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
Method.methodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
Integration |
PutMethodResponse.methodIntegration()
Gets the method's integration responsible for passing the client-submitted request to the back end and performing
necessary transformations to make the request compliant with the back end.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMethodResponse.Builder |
UpdateMethodResponse.Builder.methodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and
performing necessary transformations to make the request compliant with the back end.
|
GetMethodResponse.Builder |
GetMethodResponse.Builder.methodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and
performing necessary transformations to make the request compliant with the back end.
|
Method.Builder |
Method.Builder.methodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and
performing necessary transformations to make the request compliant with the back end.
|
PutMethodResponse.Builder |
PutMethodResponse.Builder.methodIntegration(Integration methodIntegration)
Gets the method's integration responsible for passing the client-submitted request to the back end and
performing necessary transformations to make the request compliant with the back end.
|
Copyright © 2023. All rights reserved.