Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
Packages that use GetModelTemplateResponse
-
Uses of GetModelTemplateResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetModelTemplateResponseModifier and TypeMethodDescriptiondefault 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 GetModelTemplateResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.getModelTemplate(Consumer<GetModelTemplateRequest.Builder> getModelTemplateRequest) Generates a sample mapping template that can be used to transform a payload into the structure of a model.ApiGatewayAsyncClient.getModelTemplate(GetModelTemplateRequest getModelTemplateRequest) Generates a sample mapping template that can be used to transform a payload into the structure of a model.