Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateModelResult |
AbstractAmazonApiGateway.updateModel(UpdateModelRequest request) |
UpdateModelResult |
AmazonApiGatewayClient.updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
UpdateModelResult |
AmazonApiGateway.updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Future<UpdateModelResult> |
AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Changes information about a model.
|
Future<UpdateModelResult> |
AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateModelResult |
UpdateModelResult.clone() |
UpdateModelResult |
UpdateModelResult.withContentType(String contentType)
The content-type for the model.
|
UpdateModelResult |
UpdateModelResult.withDescription(String description)
The description of the model.
|
UpdateModelResult |
UpdateModelResult.withId(String id)
The identifier for the model resource.
|
UpdateModelResult |
UpdateModelResult.withName(String name)
The name of the model.
|
UpdateModelResult |
UpdateModelResult.withSchema(String schema)
The schema for the model.
|
Copyright © 2018. All rights reserved.