Uses of Class
com.amazonaws.services.apigateway.model.PutRestApiResult
-
Packages that use PutRestApiResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutRestApiResult Modifier and Type Method Description PutRestApiResultAbstractAmazonApiGateway. putRestApi(PutRestApiRequest request)PutRestApiResultAmazonApiGateway. putRestApi(PutRestApiRequest putRestApiRequest)A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.PutRestApiResultAmazonApiGatewayClient. putRestApi(PutRestApiRequest putRestApiRequest)A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutRestApiResult Modifier and Type Method Description Future<PutRestApiResult>AbstractAmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest request)Future<PutRestApiResult>AbstractAmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)Future<PutRestApiResult>AmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest putRestApiRequest)A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.Future<PutRestApiResult>AmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest putRestApiRequest, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.Future<PutRestApiResult>AmazonApiGatewayAsyncClient. putRestApiAsync(PutRestApiRequest request)Future<PutRestApiResult>AmazonApiGatewayAsyncClient. putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)Method parameters in com.amazonaws.services.apigateway with type arguments of type PutRestApiResult Modifier and Type Method Description Future<PutRestApiResult>AbstractAmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)Future<PutRestApiResult>AmazonApiGatewayAsync. putRestApiAsync(PutRestApiRequest putRestApiRequest, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.Future<PutRestApiResult>AmazonApiGatewayAsyncClient. putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) -
Uses of PutRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutRestApiResult Modifier and Type Method Description PutRestApiResultPutRestApiResult. clone()PutRestApiResultPutRestApiResult. withCreatedDate(Date createdDate)The date when the API was created, in ISO 8601 format.PutRestApiResultPutRestApiResult. withDescription(String description)The API's description.PutRestApiResultPutRestApiResult. withId(String id)The API's identifier.PutRestApiResultPutRestApiResult. withName(String name)The API's name.PutRestApiResultPutRestApiResult. withWarnings(String... warnings)NOTE: This method appends the values to the existing list (if any).PutRestApiResultPutRestApiResult. withWarnings(Collection<String> warnings)
-