Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
Packages that use UpdateBasePathMappingResponse
-
Uses of UpdateBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateBasePathMappingResponseModifier and TypeMethodDescriptiondefault UpdateBasePathMappingResponseApiGatewayClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest) Changes information about the BasePathMapping resource.default UpdateBasePathMappingResponseApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateBasePathMappingResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest) Changes information about the BasePathMapping resource.ApiGatewayAsyncClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.