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