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 GetModelResult
AbstractAmazonApiGateway. getModel(GetModelRequest request)
GetModelResult
AmazonApiGateway. getModel(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.GetModelResult
AmazonApiGatewayClient. 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 GetModelRequest
GetModelRequest. clone()
GetModelRequest
GetModelRequest. withFlatten(Boolean flatten)
Resolves all external model references and returns a flattened model schema.GetModelRequest
GetModelRequest. withModelName(String modelName)
The name of the model as an identifier.GetModelRequest
GetModelRequest. withRestApiId(String restApiId)
-