| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelResult |
AbstractAmazonApiGatewayV2.updateModel(UpdateModelRequest request) |
UpdateModelResult |
AmazonApiGatewayV2.updateModel(UpdateModelRequest updateModelRequest)
Updates a Model.
|
UpdateModelResult |
AmazonApiGatewayV2Client.updateModel(UpdateModelRequest request)
Updates a Model.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateModelResult> |
AbstractAmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest request) |
Future<UpdateModelResult> |
AmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest updateModelRequest)
Updates a Model.
|
Future<UpdateModelResult> |
AmazonApiGatewayV2AsyncClient.updateModelAsync(UpdateModelRequest request) |
Future<UpdateModelResult> |
AbstractAmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Future<UpdateModelResult> |
AmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Updates a Model.
|
Future<UpdateModelResult> |
AmazonApiGatewayV2AsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateModelResult> |
AbstractAmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Future<UpdateModelResult> |
AmazonApiGatewayV2Async.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Updates a Model.
|
Future<UpdateModelResult> |
AmazonApiGatewayV2AsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelResult |
UpdateModelResult.clone() |
UpdateModelResult |
UpdateModelResult.withContentType(String contentType)
The content-type for the model, for example, "application/json".
|
UpdateModelResult |
UpdateModelResult.withDescription(String description)
The description of the model.
|
UpdateModelResult |
UpdateModelResult.withModelId(String modelId)
The model identifier.
|
UpdateModelResult |
UpdateModelResult.withName(String name)
The name of the model.
|
UpdateModelResult |
UpdateModelResult.withSchema(String schema)
The schema for the model.
|
Copyright © 2023. All rights reserved.