Uses of Class
com.amazonaws.services.apigateway.model.GetModelResult
-
Packages that use GetModelResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetModelResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetModelResult Modifier and Type Method Description GetModelResultAbstractAmazonApiGateway. getModel(GetModelRequest request)GetModelResultAmazonApiGateway. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.GetModelResultAmazonApiGatewayClient. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetModelResult Modifier and Type Method Description Future<GetModelResult>AbstractAmazonApiGatewayAsync. getModelAsync(GetModelRequest request)Future<GetModelResult>AbstractAmazonApiGatewayAsync. getModelAsync(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)Future<GetModelResult>AmazonApiGatewayAsync. getModelAsync(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.Future<GetModelResult>AmazonApiGatewayAsync. getModelAsync(GetModelRequest getModelRequest, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)Describes an existing model defined for a RestApi resource.Future<GetModelResult>AmazonApiGatewayAsyncClient. getModelAsync(GetModelRequest request)Future<GetModelResult>AmazonApiGatewayAsyncClient. getModelAsync(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)Method parameters in com.amazonaws.services.apigateway with type arguments of type GetModelResult Modifier and Type Method Description Future<GetModelResult>AbstractAmazonApiGatewayAsync. getModelAsync(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)Future<GetModelResult>AmazonApiGatewayAsync. getModelAsync(GetModelRequest getModelRequest, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler)Describes an existing model defined for a RestApi resource.Future<GetModelResult>AmazonApiGatewayAsyncClient. getModelAsync(GetModelRequest request, AsyncHandler<GetModelRequest,GetModelResult> asyncHandler) -
Uses of GetModelResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetModelResult Modifier and Type Method Description GetModelResultGetModelResult. clone()GetModelResultGetModelResult. withContentType(String contentType)The content-type for the model.GetModelResultGetModelResult. withDescription(String description)The description of the model.GetModelResultGetModelResult. withId(String id)The identifier for the model resource.GetModelResultGetModelResult. withName(String name)The name of the model.GetModelResultGetModelResult. withSchema(String schema)The schema for the model.
-