Uses of Class
com.amazonaws.services.apigateway.model.CreateRestApiResult
Packages that use CreateRestApiResult
-
Uses of CreateRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createRestApi(CreateRestApiRequest request) AmazonApiGateway.createRestApi(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.AmazonApiGatewayClient.createRestApi(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 CreateRestApiResultModifier 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 CreateRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateRestApiResultModifier and TypeMethodDescriptionCreateRestApiResult.clone()CreateRestApiResult.withCreatedDate(Date createdDate) The date when the API was created, in ISO 8601 format.CreateRestApiResult.withDescription(String description) The API's description.The API's identifier.The API's name.CreateRestApiResult.withWarnings(String... warnings) NOTE: This method appends the values to the existing list (if any).CreateRestApiResult.withWarnings(Collection<String> warnings)