| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetModelTemplateResponse |
ApiGatewayClient.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 GetModelTemplateResponse |
ApiGatewayClient.getModelTemplate(GetModelTemplateRequest getModelTemplateRequest)
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.