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 UpdateRestApiResultAbstractAmazonApiGateway. updateRestApi(UpdateRestApiRequest request)UpdateRestApiResultAmazonApiGateway. updateRestApi(UpdateRestApiRequest updateRestApiRequest)Changes information about the specified API.UpdateRestApiResultAmazonApiGatewayClient. 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 UpdateRestApiResultUpdateRestApiResult. clone()UpdateRestApiResultUpdateRestApiResult. withCreatedDate(Date createdDate)The date when the API was created, in ISO 8601 format.UpdateRestApiResultUpdateRestApiResult. withDescription(String description)The API's description.UpdateRestApiResultUpdateRestApiResult. withId(String id)The API's identifier.UpdateRestApiResultUpdateRestApiResult. withName(String name)The API's name.UpdateRestApiResultUpdateRestApiResult. withWarnings(String... warnings)NOTE: This method appends the values to the existing list (if any).UpdateRestApiResultUpdateRestApiResult. withWarnings(Collection<String> warnings)
-