| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default PutMethodResponseResponse |
ApiGatewayClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
default PutMethodResponseResponse |
ApiGatewayClient.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutMethodResponseResponse> |
ApiGatewayAsyncClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
default CompletableFuture<PutMethodResponseResponse> |
ApiGatewayAsyncClient.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
Copyright © 2023. All rights reserved.