Uses of Class
com.amazonaws.services.apigateway.model.UpdateBasePathMappingResult
Packages that use UpdateBasePathMappingResult
-
Uses of UpdateBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest request) AmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.AmazonApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request) AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Changes information about the BasePathMapping resource.AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request) AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Changes information about the BasePathMapping resource.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 UpdateBasePathMappingResultModifier and TypeMethodDescriptionUpdateBasePathMappingResult.clone()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.withRestApiId(String restApiId) The name of the API.The name of the API's stage.