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 CreateBasePathMappingResult
AbstractAmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest request)
CreateBasePathMappingResult
AmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
Creates a new BasePathMapping resource.CreateBasePathMappingResult
AmazonApiGatewayClient. 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 CreateBasePathMappingResult
CreateBasePathMappingResult. clone()
CreateBasePathMappingResult
CreateBasePathMappingResult. withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.CreateBasePathMappingResult
CreateBasePathMappingResult. withRestApiId(String restApiId)
The name of the API.CreateBasePathMappingResult
CreateBasePathMappingResult. withStage(String stage)
The name of the API's stage.
-