Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
-
Packages that use GetModelTemplateResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetModelTemplateResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetModelTemplateResponse Modifier and Type Method Description default GetModelTemplateResponseApiGatewayClient. getModelTemplate(Consumer<GetModelTemplateRequest.Builder> getModelTemplateRequest)Generates a sample mapping template that can be used to transform a payload into the structure of a model.default GetModelTemplateResponseApiGatewayClient. getModelTemplate(GetModelTemplateRequest getModelTemplateRequest)Generates a sample mapping template that can be used to transform a payload into the structure of a model.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetModelTemplateResponse Modifier and Type Method Description default CompletableFuture<GetModelTemplateResponse>ApiGatewayAsyncClient. getModelTemplate(Consumer<GetModelTemplateRequest.Builder> getModelTemplateRequest)Generates a sample mapping template that can be used to transform a payload into the structure of a model.default CompletableFuture<GetModelTemplateResponse>ApiGatewayAsyncClient. getModelTemplate(GetModelTemplateRequest getModelTemplateRequest)Generates a sample mapping template that can be used to transform a payload into the structure of a model.
-