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