| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default PutMethodResponseResponse |
ApiGatewayClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
default CompletableFuture<PutMethodResponseResponse> |
ApiGatewayAsyncClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
static PutMethodResponseRequest.Builder |
PutMethodResponseRequest.builder() |
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.httpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.resourceId(String resourceId)
The Resource identifier for the Method resource.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.responseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content type.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.responseParameters(Map<String,Boolean> responseParameters)
A key-value map specifying required or optional response parameters that API Gateway can send back to the
caller.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.Builder.statusCode(String statusCodeValue)
The method response's status code.
|
PutMethodResponseRequest.Builder |
PutMethodResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutMethodResponseRequest.Builder> |
PutMethodResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.