Uses of Class
com.amazonaws.services.apigateway.model.PutRestApiRequest
Packages that use PutRestApiRequest
-
Uses of PutRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putRestApi(PutRestApiRequest request) AmazonApiGateway.putRestApi(PutRestApiRequest putRestApiRequest) A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.AmazonApiGatewayClient.putRestApi(PutRestApiRequest putRestApiRequest) A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions.AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request) AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest, PutRestApiResult> asyncHandler) 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.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.AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request) AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest, PutRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type PutRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request, AsyncHandler<PutRestApiRequest, PutRestApiResult> asyncHandler) 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.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 PutRestApiRequestModifier and TypeMethodDescriptionPutRestApiRequest.addParametersEntry(String key, String value) PutRestApiRequest.clearParametersEntries()Removes all the entries added into Parameters.PutRestApiRequest.clone()PutRestApiRequest.withBody(ByteBuffer body) The PUT request body containing external API definitions.PutRestApiRequest.withFailOnWarnings(Boolean failOnWarnings) A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.Themodequery parameter to specify the update mode.Themodequery parameter to specify the update mode.PutRestApiRequest.withParameters(Map<String, String> parameters) Custom headers supplied as part of the request.PutRestApiRequest.withRestApiId(String restApiId) The identifier of the RestApi to be updated.