| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateModelResult> |
AmazonApiGatewayV2AsyncClient.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
Future<CreateModelResult> |
AmazonApiGatewayV2Async.createModelAsync(CreateModelRequest createModelRequest,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Creates a Model for an API.
|
Future<CreateModelResult> |
AbstractAmazonApiGatewayV2Async.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateModelRequest |
CreateModelRequest.clone() |
CreateModelRequest |
CreateModelRequest.withApiId(String apiId)
The API identifier.
|
CreateModelRequest |
CreateModelRequest.withContentType(String contentType)
The content-type for the model, for example, "application/json".
|
CreateModelRequest |
CreateModelRequest.withDescription(String description)
The description of the model.
|
CreateModelRequest |
CreateModelRequest.withName(String name)
The name of the model.
|
CreateModelRequest |
CreateModelRequest.withSchema(String schema)
The schema for the model.
|
Copyright © 2020. All rights reserved.