Uses of Class
com.amazonaws.services.apigateway.model.CreateModelRequest
-
Packages that use CreateModelRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateModelRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateModelRequest Modifier and Type Method Description Future<CreateModelResult>
AbstractAmazonApiGatewayAsync. createModelAsync(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Future<CreateModelResult>
AmazonApiGatewayAsync. createModelAsync(CreateModelRequest createModelRequest, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
Future<CreateModelResult>
AmazonApiGatewayAsyncClient. createModelAsync(CreateModelRequest request, AsyncHandler<CreateModelRequest,CreateModelResult> asyncHandler)
-
Uses of CreateModelRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateModelRequest Modifier and Type Method 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.
-