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 UpdateBasePathMappingResult
AbstractAmazonApiGateway. updateBasePathMapping(UpdateBasePathMappingRequest request)
UpdateBasePathMappingResult
AmazonApiGateway. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.UpdateBasePathMappingResult
AmazonApiGatewayClient. 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 UpdateBasePathMappingResult
UpdateBasePathMappingResult. clone()
UpdateBasePathMappingResult
UpdateBasePathMappingResult. withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.UpdateBasePathMappingResult
UpdateBasePathMappingResult. withRestApiId(String restApiId)
The name of the API.UpdateBasePathMappingResult
UpdateBasePathMappingResult. withStage(String stage)
The name of the API's stage.
-