Uses of Class
com.amazonaws.services.apigateway.model.UpdateRestApiResult
-
Packages that use UpdateRestApiResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateRestApiResult Modifier and Type Method Description UpdateRestApiResult
AbstractAmazonApiGateway. updateRestApi(UpdateRestApiRequest request)
UpdateRestApiResult
AmazonApiGateway. updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.UpdateRestApiResult
AmazonApiGatewayClient. updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateRestApiResult Modifier and Type Method Description Future<UpdateRestApiResult>
AbstractAmazonApiGatewayAsync. updateRestApiAsync(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Future<UpdateRestApiResult>
AmazonApiGatewayAsync. updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest, AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.Future<UpdateRestApiResult>
AmazonApiGatewayAsyncClient. updateRestApiAsync(UpdateRestApiRequest request, AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
-
Uses of UpdateRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateRestApiResult Modifier and Type Method Description UpdateRestApiResult
UpdateRestApiResult. clone()
UpdateRestApiResult
UpdateRestApiResult. withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.UpdateRestApiResult
UpdateRestApiResult. withDescription(String description)
The API's description.UpdateRestApiResult
UpdateRestApiResult. withId(String id)
The API's identifier.UpdateRestApiResult
UpdateRestApiResult. withName(String name)
The API's name.UpdateRestApiResult
UpdateRestApiResult. withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if any).UpdateRestApiResult
UpdateRestApiResult. withWarnings(Collection<String> warnings)
-