Uses of Class
com.amazonaws.services.apigateway.model.CreateBasePathMappingResult
-
Packages that use CreateBasePathMappingResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateBasePathMappingResult Modifier and Type Method Description CreateBasePathMappingResultAbstractAmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest request)CreateBasePathMappingResultAmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource.CreateBasePathMappingResultAmazonApiGatewayClient. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateBasePathMappingResult Modifier and Type Method Description Future<CreateBasePathMappingResult>AbstractAmazonApiGatewayAsync. createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler)Future<CreateBasePathMappingResult>AmazonApiGatewayAsync. createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest, AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler)Creates a new BasePathMapping resource.Future<CreateBasePathMappingResult>AmazonApiGatewayAsyncClient. createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) -
Uses of CreateBasePathMappingResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateBasePathMappingResult Modifier and Type Method Description CreateBasePathMappingResultCreateBasePathMappingResult. clone()CreateBasePathMappingResultCreateBasePathMappingResult. withBasePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.CreateBasePathMappingResultCreateBasePathMappingResult. withRestApiId(String restApiId)The name of the API.CreateBasePathMappingResultCreateBasePathMappingResult. withStage(String stage)The name of the API's stage.
-