Uses of Class
com.amazonaws.services.apigateway.model.CreateRestApiRequest
Packages that use CreateRestApiRequest
-
Uses of CreateRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createRestApi
(CreateRestApiRequest request) AmazonApiGateway.createRestApi
(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.AmazonApiGatewayClient.createRestApi
(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.AbstractAmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest request) AbstractAmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest request, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) AmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.AmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest createRestApiRequest, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) Creates a new RestApi resource.AmazonApiGatewayAsyncClient.createRestApiAsync
(CreateRestApiRequest request) AmazonApiGatewayAsyncClient.createRestApiAsync
(CreateRestApiRequest request, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateRestApiRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest request, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) AmazonApiGatewayAsync.createRestApiAsync
(CreateRestApiRequest createRestApiRequest, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) Creates a new RestApi resource.AmazonApiGatewayAsyncClient.createRestApiAsync
(CreateRestApiRequest request, AsyncHandler<CreateRestApiRequest, CreateRestApiResult> asyncHandler) -
Uses of CreateRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateRestApiRequestModifier and TypeMethodDescriptionCreateRestApiRequest.clone()
CreateRestApiRequest.withCloneFrom
(String cloneFrom) The Id of the RestApi that you want to clone from.CreateRestApiRequest.withDescription
(String description) The description of the RestApi.The name of the RestApi.