Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateModelResult |
AmazonApiGateway.createModel(CreateModelRequest createModelRequest)
|
CreateModelResult |
AbstractAmazonApiGateway.createModel(CreateModelRequest request) |
CreateModelResult |
AmazonApiGatewayClient.createModel(CreateModelRequest request)
|
Modifier and Type | Method and Description |
---|---|
Future<CreateModelResult> |
AmazonApiGatewayAsyncClient.createModelAsync(CreateModelRequest request) |
Future<CreateModelResult> |
AbstractAmazonApiGatewayAsync.createModelAsync(CreateModelRequest request) |
Future<CreateModelResult> |
AmazonApiGatewayAsync.createModelAsync(CreateModelRequest createModelRequest)
|
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 |
---|---|
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 |
---|---|
CreateModelResult |
CreateModelResult.clone() |
CreateModelResult |
CreateModelResult.withContentType(String contentType)
The content-type for the model.
|
CreateModelResult |
CreateModelResult.withDescription(String description)
The description of the model.
|
CreateModelResult |
CreateModelResult.withId(String id)
The identifier for the model resource.
|
CreateModelResult |
CreateModelResult.withName(String name)
The name of the model.
|
CreateModelResult |
CreateModelResult.withSchema(String schema)
The schema for the model.
|
Copyright © 2021. All rights reserved.