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