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 CreateModelRequestCreateModelRequest. clone()CreateModelRequestCreateModelRequest. withContentType(String contentType)The content-type for the model.CreateModelRequestCreateModelRequest. withDescription(String description)The description of the model.CreateModelRequestCreateModelRequest. withName(String name)The name of the model.CreateModelRequestCreateModelRequest. withRestApiId(String restApiId)CreateModelRequestCreateModelRequest. withSchema(String schema)The schema for the model.
-