Uses of Class
com.amazonaws.services.apigateway.model.UpdateBasePathMappingResult
-
Packages that use UpdateBasePathMappingResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateBasePathMappingResult Modifier and Type Method Description UpdateBasePathMappingResultAbstractAmazonApiGateway. updateBasePathMapping(UpdateBasePathMappingRequest request)UpdateBasePathMappingResultAmazonApiGateway. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource.UpdateBasePathMappingResultAmazonApiGatewayClient. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateBasePathMappingResult Modifier and Type Method Description Future<UpdateBasePathMappingResult>AbstractAmazonApiGatewayAsync. updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)Future<UpdateBasePathMappingResult>AmazonApiGatewayAsync. updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)Changes information about the BasePathMapping resource.Future<UpdateBasePathMappingResult>AmazonApiGatewayAsyncClient. updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) -
Uses of UpdateBasePathMappingResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateBasePathMappingResult Modifier and Type Method Description UpdateBasePathMappingResultUpdateBasePathMappingResult. clone()UpdateBasePathMappingResultUpdateBasePathMappingResult. withBasePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.UpdateBasePathMappingResultUpdateBasePathMappingResult. withRestApiId(String restApiId)The name of the API.UpdateBasePathMappingResultUpdateBasePathMappingResult. withStage(String stage)The name of the API's stage.
-