Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateModelResult> |
AmazonApiGatewayAsyncClient.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
Future<CreateModelResult> |
AbstractAmazonApiGatewayAsync.createModelAsync(CreateModelRequest request,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler) |
Future<CreateModelResult> |
AmazonApiGatewayAsync.createModelAsync(CreateModelRequest createModelRequest,
AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
|
Modifier and Type | Method and Description |
---|---|
CreateModelRequest |
CreateModelRequest.clone() |
CreateModelRequest |
CreateModelRequest.withContentType(String contentType)
The content-type for the model.
|
CreateModelRequest |
CreateModelRequest.withDescription(String description)
The description of the model.
|
CreateModelRequest |
CreateModelRequest.withName(String name)
The name of the model.
|
CreateModelRequest |
CreateModelRequest.withRestApiId(String restApiId)
|
CreateModelRequest |
CreateModelRequest.withSchema(String schema)
The schema for the model.
|
Copyright © 2016. All rights reserved.