Uses of Class
com.amazonaws.services.apigateway.model.BasePathMapping
-
Packages that use BasePathMapping Package Description com.amazonaws.services.apigateway.model -
-
Uses of BasePathMapping in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return BasePathMapping Modifier and Type Method Description BasePathMappingBasePathMapping. clone()BasePathMappingBasePathMapping. withBasePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.BasePathMappingBasePathMapping. withRestApiId(String restApiId)The name of the API.BasePathMappingBasePathMapping. withStage(String stage)The name of the API's stage.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type BasePathMapping Modifier and Type Method Description List<BasePathMapping>GetBasePathMappingsResult. getItems()The current page of any BasePathMapping resources in the collection of base path mapping resources.Methods in com.amazonaws.services.apigateway.model with parameters of type BasePathMapping Modifier and Type Method Description GetBasePathMappingsResultGetBasePathMappingsResult. withItems(BasePathMapping... items)The current page of any BasePathMapping resources in the collection of base path mapping resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type BasePathMapping Modifier and Type Method Description voidGetBasePathMappingsResult. setItems(Collection<BasePathMapping> items)The current page of any BasePathMapping resources in the collection of base path mapping resources.GetBasePathMappingsResultGetBasePathMappingsResult. withItems(Collection<BasePathMapping> items)The current page of any BasePathMapping resources in the collection of base path mapping resources.
-