Uses of Class
com.amazonaws.services.apigateway.model.PutRestApiResult
Packages that use PutRestApiResult
-
Uses of PutRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutRestApiResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 PutRestApiResultModifier 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 PutRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutRestApiResultModifier and TypeMethodDescriptionPutRestApiResult.clone()
PutRestApiResult.withCreatedDate
(Date createdDate) The date when the API was created, in ISO 8601 format.PutRestApiResult.withDescription
(String description) The API's description.The API's identifier.The API's name.PutRestApiResult.withWarnings
(String... warnings) NOTE: This method appends the values to the existing list (if any).PutRestApiResult.withWarnings
(Collection<String> warnings)