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 PutRestApiResult
AbstractAmazonApiGateway. putRestApi(PutRestApiRequest request)
PutRestApiResult
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.PutRestApiResult
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 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 PutRestApiResult
PutRestApiResult. clone()
PutRestApiResult
PutRestApiResult. withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.PutRestApiResult
PutRestApiResult. withDescription(String description)
The API's description.PutRestApiResult
PutRestApiResult. withId(String id)
The API's identifier.PutRestApiResult
PutRestApiResult. withName(String name)
The API's name.PutRestApiResult
PutRestApiResult. withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if any).PutRestApiResult
PutRestApiResult. withWarnings(Collection<String> warnings)
-