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