Uses of Class
com.amazonaws.services.apigateway.model.GetModelRequest
-
Packages that use GetModelRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetModelRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetModelRequest 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.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 GetModelRequest 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 GetModelRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetModelRequest Modifier and Type Method Description GetModelRequestGetModelRequest. clone()GetModelRequestGetModelRequest. withFlatten(Boolean flatten)Resolves all external model references and returns a flattened model schema.GetModelRequestGetModelRequest. withModelName(String modelName)The name of the model as an identifier.GetModelRequestGetModelRequest. withRestApiId(String restApiId)
-