Uses of Class
com.amazonaws.services.apigateway.model.PutRestApiRequest
-
Packages that use PutRestApiRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutRestApiRequest 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.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 PutRestApiRequest 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 PutRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutRestApiRequest Modifier and Type Method Description PutRestApiRequestPutRestApiRequest. addParametersEntry(String key, String value)PutRestApiRequestPutRestApiRequest. clearParametersEntries()Removes all the entries added into Parameters.PutRestApiRequestPutRestApiRequest. clone()PutRestApiRequestPutRestApiRequest. withBody(ByteBuffer body)The PUT request body containing external API definitions.PutRestApiRequestPutRestApiRequest. withFailOnWarnings(Boolean failOnWarnings)A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.PutRestApiRequestPutRestApiRequest. withMode(PutMode mode)Themodequery parameter to specify the update mode.PutRestApiRequestPutRestApiRequest. withMode(String mode)Themodequery parameter to specify the update mode.PutRestApiRequestPutRestApiRequest. withParameters(Map<String,String> parameters)Custom headers supplied as part of the request.PutRestApiRequestPutRestApiRequest. withRestApiId(String restApiId)The identifier of the RestApi to be updated.
-