| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateMethodResponseResponse> |
ApiGatewayAsyncClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest)
Updates an existing MethodResponse resource.
|
default UpdateMethodResponseResponse |
ApiGatewayClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest)
Updates an existing MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.builder() |
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.httpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.resourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.Builder.statusCode(String statusCodeValue)
[Required] The status code for the MethodResponse resource.
|
UpdateMethodResponseRequest.Builder |
UpdateMethodResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMethodResponseRequest.Builder> |
UpdateMethodResponseRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.