| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateModelResponse> |
ApiGatewayAsyncClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)
Changes information about a model.
|
default UpdateModelResponse |
ApiGatewayClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest)
Changes information about a model.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateModelRequest.Builder |
UpdateModelRequest.builder() |
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.modelName(String modelName)
[Required] The name of the model to update.
|
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
UpdateModelRequest.Builder |
UpdateModelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateModelRequest.Builder> |
UpdateModelRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.