Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateModelResult |
AmazonApiGatewayClient.updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
UpdateModelResult |
AmazonApiGateway.updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
UpdateModelResult |
AbstractAmazonApiGateway.updateModel(UpdateModelRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request) |
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
java.util.concurrent.Future<UpdateModelResult> |
AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request) |
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Changes information about a model.
|
java.util.concurrent.Future<UpdateModelResult> |
AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsyncClient.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
java.util.concurrent.Future<UpdateModelResult> |
AmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest updateModelRequest,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler)
Changes information about a model.
|
java.util.concurrent.Future<UpdateModelResult> |
AbstractAmazonApiGatewayAsync.updateModelAsync(UpdateModelRequest request,
AsyncHandler<UpdateModelRequest,UpdateModelResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateModelResult |
UpdateModelResult.clone() |
UpdateModelResult |
UpdateModelResult.withContentType(java.lang.String contentType)
The content-type for the model.
|
UpdateModelResult |
UpdateModelResult.withDescription(java.lang.String description)
The description of the model.
|
UpdateModelResult |
UpdateModelResult.withId(java.lang.String id)
The identifier for the model resource.
|
UpdateModelResult |
UpdateModelResult.withName(java.lang.String name)
The name of the model.
|
UpdateModelResult |
UpdateModelResult.withSchema(java.lang.String schema)
The schema for the model.
|
Modifier and Type | Method and Description |
---|---|
UpdateModelResult |
UpdateModelResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |