Uses of Class
com.amazonaws.services.apigateway.model.CreateRestApiRequest
-
Packages that use CreateRestApiRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateRestApiRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateRestApiRequest Modifier and Type Method Description Future<CreateRestApiResult>AbstractAmazonApiGatewayAsync. createRestApiAsync(CreateRestApiRequest request, AsyncHandler<CreateRestApiRequest,CreateRestApiResult> asyncHandler)Future<CreateRestApiResult>AmazonApiGatewayAsync. createRestApiAsync(CreateRestApiRequest createRestApiRequest, AsyncHandler<CreateRestApiRequest,CreateRestApiResult> asyncHandler)Creates a new RestApi resource.Future<CreateRestApiResult>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 CreateRestApiRequest Modifier and Type Method Description CreateRestApiRequestCreateRestApiRequest. clone()CreateRestApiRequestCreateRestApiRequest. withCloneFrom(String cloneFrom)The Id of the RestApi that you want to clone from.CreateRestApiRequestCreateRestApiRequest. withDescription(String description)The description of the RestApi.CreateRestApiRequestCreateRestApiRequest. withName(String name)The name of the RestApi.
-