Uses of Class
com.amazonaws.services.apigateway.model.CreateModelResult
Packages that use CreateModelResult
-
Uses of CreateModelResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createModel(CreateModelRequest request) AmazonApiGateway.createModel(CreateModelRequest createModelRequest) AmazonApiGatewayClient.createModel(CreateModelRequest createModelRequest) Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 CreateModelResultModifier 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 CreateModelResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateModelResultModifier and TypeMethodDescriptionCreateModelResult.clone()CreateModelResult.withContentType(String contentType) The content-type for the model.CreateModelResult.withDescription(String description) The description of the model.The identifier for the model resource.The name of the model.CreateModelResult.withSchema(String schema) The schema for the model.