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 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.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 GetModelResult
GetModelResult. clone()
GetModelResult
GetModelResult. withContentType(String contentType)
The content-type for the model.GetModelResult
GetModelResult. withDescription(String description)
The description of the model.GetModelResult
GetModelResult. withId(String id)
The identifier for the model resource.GetModelResult
GetModelResult. withName(String name)
The name of the model.GetModelResult
GetModelResult. withSchema(String schema)
The schema for the model.
-