Uses of Class
com.amazonaws.services.apigateway.model.CreateModelRequest
Packages that use CreateModelRequest
-
Uses of CreateModelRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createModel
(CreateModelRequest request) AmazonApiGateway.createModel
(CreateModelRequest createModelRequest) AmazonApiGatewayClient.createModel
(CreateModelRequest createModelRequest) AbstractAmazonApiGatewayAsync.createModelAsync
(CreateModelRequest request) AbstractAmazonApiGatewayAsync.createModelAsync
(CreateModelRequest request, AsyncHandler<CreateModelRequest, CreateModelResult> asyncHandler) AmazonApiGatewayAsync.createModelAsync
(CreateModelRequest createModelRequest) AmazonApiGatewayAsync.createModelAsync
(CreateModelRequest createModelRequest, AsyncHandler<CreateModelRequest, CreateModelResult> asyncHandler) AmazonApiGatewayAsyncClient.createModelAsync
(CreateModelRequest request) AmazonApiGatewayAsyncClient.createModelAsync
(CreateModelRequest request, AsyncHandler<CreateModelRequest, CreateModelResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createModelAsync
(CreateModelRequest request, AsyncHandler<CreateModelRequest, CreateModelResult> asyncHandler) AmazonApiGatewayAsync.createModelAsync
(CreateModelRequest createModelRequest, AsyncHandler<CreateModelRequest, CreateModelResult> asyncHandler) 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 CreateModelRequestModifier and TypeMethodDescriptionCreateModelRequest.clone()
CreateModelRequest.withContentType
(String contentType) The content-type for the model.CreateModelRequest.withDescription
(String description) The description of the model.The name of the model.CreateModelRequest.withRestApiId
(String restApiId) CreateModelRequest.withSchema
(String schema) The schema for the model.