| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway |  | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateBasePathMappingResult | AmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
 Creates a new BasePathMapping resource. | 
| CreateBasePathMappingResult | AbstractAmazonApiGateway. createBasePathMapping(CreateBasePathMappingRequest request) | 
| CreateBasePathMappingResult | AmazonApiGatewayClient. createBasePathMapping(CreateBasePathMappingRequest request)
 Creates a new BasePathMapping resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateBasePathMappingResult> | AmazonApiGatewayAsyncClient. createBasePathMappingAsync(CreateBasePathMappingRequest request,
                          AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) | 
| 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. | 
| Modifier and Type | Method and 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 string identifier of the associated RestApi. | 
| CreateBasePathMappingResult | CreateBasePathMappingResult. withStage(String stage)
 The name of the associated stage. | 
Copyright © 2022. All rights reserved.