| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateModelResponse |
ApiGatewayClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Adds a new Model resource to an existing RestApi resource.
|
default CreateModelResponse |
ApiGatewayClient.createModel(CreateModelRequest createModelRequest)
Adds a new Model resource to an existing RestApi resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateModelResponse> |
ApiGatewayAsyncClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Adds a new Model resource to an existing RestApi resource.
|
default CompletableFuture<CreateModelResponse> |
ApiGatewayAsyncClient.createModel(CreateModelRequest createModelRequest)
Adds a new Model resource to an existing RestApi resource.
|
Copyright © 2023. All rights reserved.